chore(deps): update docker.io/library/alpine docker tag to v3.23
All checks were successful
Build / build-amd64 (pull_request) Successful in 1m38s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 4m32s
Build / build-amd64 (push) Successful in 1m40s
Lint Markdown files / markdown-lint (push) Successful in 5s
Build / build-arm64 (push) Successful in 4m30s

This commit is contained in:
2025-12-03 22:41:58 +00:00
parent 95257314af
commit b520406551

View File

@@ -14,7 +14,7 @@ RUN git clone https://github.com/docker/compose.git --branch ${DC_VERSION} docke
cd docker-compose && \
make DESTDIR=/cache
FROM docker.io/library/alpine:3.22
FROM docker.io/library/alpine:3.23
COPY --from=build /cache/docker-compose /usr/bin/docker-compose