Skip to content

Commit

Permalink
Update alpine
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Dec 16, 2023
1 parent eebd048 commit d6f6376
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-9

COPY --from=docker:24.0.7-cli-alpine3.18 /usr/local/bin/docker /usr/local/bin/docker
COPY --from=docker:24.0.7-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 d6f6376

Please sign in to comment.