Skip to content

Commit

Permalink
build(deps): bump alpine from 3.17 to 3.18
Browse files Browse the repository at this point in the history
Bumps alpine from 3.17 to 3.18.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 15, 2023
1 parent d05da23 commit 3ac9bd7
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 3ac9bd7

Please sign in to comment.