Skip to content

Commit

Permalink
chore: update dockerfile to use latest alpine (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazanne authored Sep 20, 2023
1 parent 7b4f8b0 commit 0a1af5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dockers:
- "launchdarkly/ld-find-code-refs:latest"
- "launchdarkly/ld-find-code-refs:{{ .Version }}"

dockerfile: build/package/cmd/Dockerfile
dockerfile: Dockerfile

-
goos: linux
Expand Down
2 changes: 1 addition & 1 deletion build/package/cmd/Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16.2
FROM alpine:3.18.3

RUN apk update
RUN apk add --no-cache git
Expand Down

0 comments on commit 0a1af5a

Please sign in to comment.