diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 0733561..6b51923 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: version: - - "2.6.8-r0" + - "2.6.10-r0" uses: famedly/github-workflows/.github/workflows/docker.yml@main with: diff --git a/Dockerfile b/Dockerfile index 04a194a..cd86e6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/alpine:3.22 +FROM docker.io/alpine:3.23 ARG VERSION RUN apk --no-cache add \ openldap=${VERSION} \