Skip to content

Commit 6c08b7b

Browse files
authored
Merge pull request #157 from jjshanks/dependabot/docker/alpine-3.23
docker(deps): bump alpine from 3.22 to 3.23
2 parents d6e845f + d99326c commit 6c08b7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY . .
55
RUN go mod download
66
RUN CGO_ENABLED=0 GOOS=linux go build -o webhook ./cmd/webhook
77

8-
FROM alpine:3.22
8+
FROM alpine:3.23
99
WORKDIR /
1010
COPY --from=builder /app/webhook /webhook
1111
ENTRYPOINT ["/webhook"]

0 commit comments

Comments
 (0)