Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 15, 2024
1 parent df7794f commit cca124d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# CI system runs using amd64, so this allows us to not need QEMU, but
# will break builds on non-amd64 Linux systems (sorry).
FROM --platform=amd64 alpine:3.19 as cacerts
FROM --platform=amd64 alpine:3.20 as cacerts
RUN apk add --no-cache ca-certificates

FROM alpine:3.19
FROM alpine:3.20
ENTRYPOINT ["/usr/local/bin/minecraft-preempt"]
COPY --from=cacerts /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

Expand Down

0 comments on commit cca124d

Please sign in to comment.