Skip to content

Commit

Permalink
Merge pull request #31 from lrstanley/dependabot/docker/alpine-3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstanley authored May 16, 2023
2 parents d05da23 + 3ac9bd7 commit fdc06c5
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 @@ -8,7 +8,7 @@ COPY . /build/
RUN make

# runtime image
FROM alpine:3.17
FROM alpine:3.18
RUN apk add --no-cache ca-certificates
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/docker-library/golang/blob/1eb096131592bcbc90aa3b97471811c798a93573/1.14/alpine3.12/Dockerfile#L9
Expand Down

0 comments on commit fdc06c5

Please sign in to comment.