Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent b4fae7f commit 575c3fd
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.1 AS certs
FROM alpine:3.20.2 AS certs

RUN apk add ca-certificates

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

FROM alpine:3.20.1
FROM alpine:3.20.2

COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /build/crunchy-users /crunchy-users
Expand Down

0 comments on commit 575c3fd

Please sign in to comment.