Skip to content

Commit

Permalink
bump to alpine 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtajti committed Aug 17, 2023
1 parent 10b7a45 commit 3b7f38a
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 @@ -14,7 +14,7 @@ RUN go build -o app
# We're using a multistage build -- the previous stage has the full go toolchain
# so it can do the build, and this stage is just a minimal Alpine image that we
# copy the statically-linked binary into to keep our image small.
FROM alpine:3.6
FROM alpine:3.18

RUN apk add --no-cache ca-certificates

Expand Down

0 comments on commit 3b7f38a

Please sign in to comment.