Skip to content

Commit

Permalink
Update docker Docker tag to v25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Zoey2936 committed Jan 20, 2024
1 parent 12a242f commit 31caed1
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.0
ARG MAVEN_VERSION=3.9.6
ARG MAVEN4_VERSION=4.0.0-alpha-12

COPY --from=docker:24.0.7-cli-alpine3.19 /usr/local/bin/docker /usr/local/bin/docker
COPY --from=docker:25.0.0-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 31caed1

Please sign in to comment.