chore(deps): update docker.io/library/alpine docker tag to v3.21
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
CSRBot 2024-12-05 23:08:23 +00:00
parent afdb5f536f
commit ec70828b0b
Signed by: CSRBot
GPG Key ID: DDBB888D261A47AB

View File

@ -11,7 +11,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.20
FROM docker.io/library/alpine:3.21
COPY --from=build /cache/docker-compose /usr/bin/docker-compose