Skip to content

Commit

Permalink
update alpine and package versions in dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Deitcher <avi@deitcher.net>
  • Loading branch information
deitch committed Jul 4, 2024
1 parent 51e9e84 commit de45863
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
Expand Up @@ -13,8 +13,8 @@ WORKDIR /go/src/app
RUN make tools OUTDIR=/usr/local/bin

# Deploy the application binaries into a lean image
FROM alpine:3.18
RUN apk --no-cache add ca-certificates=20230506-r0 \
FROM alpine:3.20
RUN apk --no-cache add ca-certificates=20240226-r0 \
&& update-ca-certificates

COPY --from=builder /usr/local/bin/* /usr/local/bin/
Expand Down

0 comments on commit de45863

Please sign in to comment.