chore(deps): update docker.io/library/alpine docker tag to v3.21
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
afdb5f536f
commit
ec70828b0b
@ -11,7 +11,7 @@ RUN git clone https://github.com/docker/compose.git --branch ${DC_VERSION} docke
|
|||||||
cd docker-compose && \
|
cd docker-compose && \
|
||||||
make DESTDIR=/cache
|
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
|
COPY --from=build /cache/docker-compose /usr/bin/docker-compose
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user