Skip to content

Commit

Permalink
chore: Update docker build-image
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomke committed May 13, 2024
1 parent b56d2cf commit 7737408
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
@@ -1,4 +1,4 @@
FROM golang:1.20-bullseye as builder
FROM golang:1.22-bookworm as builder
WORKDIR /go/src/github.com/mdomke/git-semver
COPY . .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags='-w -s -extldflags="-static"' -a -o /go/bin/git-semver
Expand Down

0 comments on commit 7737408

Please sign in to comment.