Skip to content

Commit

Permalink
Update docker Docker tag to v25.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Zoey2936 committed Feb 7, 2024
1 parent 741b4ec commit f331f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.19.1
ARG MAVEN_VERSION=3.9.6
ARG MAVEN4_VERSION=4.0.0-alpha-12

COPY --from=docker:25.0.2-cli-alpine3.19 /usr/local/bin/docker /usr/local/bin/docker
COPY --from=docker:25.0.3-cli-alpine3.19 /usr/local/bin/docker /usr/local/bin/docker
COPY setup-sshd.sh /usr/local/bin/setup-sshd.sh

RUN wget https://apk.corretto.aws/amazoncorretto.rsa.pub -O /etc/apk/keys/amazoncorretto.rsa.pub && \
Expand Down

0 comments on commit f331f55

Please sign in to comment.