Skip to content

Commit

Permalink
chore: bump alpine base image v3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlcn-t committed May 6, 2024
1 parent 02d8497 commit 3cf089c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ snapshot:
builds:
- env: [CGO_ENABLED=0]
flags:
- -tags=viper_bind_struct
- -tags=viper_bind_struct # https://github.com/caas-team/sparrow/issues/78, https://github.com/spf13/viper/pull/1429#issuecomment-1870976604
ldflags:
- -s -w -X main.version={{ .Version }}
- -extldflags "-static"
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project_name: sparrow
builds:
- env: [CGO_ENABLED=0]
flags:
- -tags=viper_bind_struct
- -tags=viper_bind_struct # https://github.com/caas-team/sparrow/issues/78, https://github.com/spf13/viper/pull/1429#issuecomment-1870976604
ldflags:
- -s -w -X main.version={{ .Tag }}
- -extldflags "-static"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18 as prep
FROM alpine:3.19 as prep

RUN apk add --no-cache ca-certificates
RUN adduser \
Expand Down

0 comments on commit 3cf089c

Please sign in to comment.