Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2024
1 parent 67beac9 commit 7873958
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,4 +1,4 @@
FROM alpine:3.20.0 AS certs
FROM alpine:3.20.3 AS certs

RUN apk add ca-certificates

Expand All @@ -21,7 +21,7 @@ COPY --from=tob /build .
RUN go mod download
RUN CGO_ENABLED=0 go build -ldflags="-X main.version=${VERSION}" -a -o prompage main.go

FROM alpine:3.20.0
FROM alpine:3.20.3

COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=gob /build/prompage /prompage
Expand Down

0 comments on commit 7873958

Please sign in to comment.