Skip to content

Commit 4695afe

Browse files
committed
update base image version from alpine 3.16 -> 3.23
1 parent 455fe54 commit 4695afe

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

.goreleaser.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
version: 2
22

33
builds:
4-
- main: ./cmd/crab/main.go
5-
ldflags:
6-
- -w -extldflags "-static"
7-
- -X github.com/atomicptr/crab/pkg/meta.Version={{.Version}}
8-
- -X github.com/atomicptr/crab/pkg/meta.GitCommit={{.FullCommit}}
9-
env:
10-
- CGO_ENABLED=0
11-
goos:
12-
- linux
13-
- darwin
14-
- windows
15-
goarch:
16-
- amd64
4+
- main: ./cmd/crab/main.go
5+
ldflags:
6+
- -w -extldflags "-static"
7+
- -X github.com/atomicptr/crab/pkg/meta.Version={{.Version}}
8+
- -X github.com/atomicptr/crab/pkg/meta.GitCommit={{.FullCommit}}
9+
env:
10+
- CGO_ENABLED=0
11+
goos:
12+
- linux
13+
- darwin
14+
- windows
15+
goarch:
16+
- amd64
1717
archives:
1818
- id: default
1919
checksum:
@@ -24,8 +24,8 @@ changelog:
2424
sort: asc
2525
filters:
2626
exclude:
27-
- '^docs:'
28-
- '^test:'
27+
- '^docs:'
28+
- '^test:'
2929

3030
# Release
3131

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Do not build this yourself, this is for goreleaser
2-
FROM alpine:3.16
2+
FROM alpine:3.23
33
COPY crab /
44
ENTRYPOINT ["/crab"]

0 commit comments

Comments
 (0)