Skip to content

Commit 22728ab

Browse files
Update alpine Docker tag to v3.21 (#206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c89065 commit 22728ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /go/src/app
33
COPY . /go/src/app
44
RUN go build -o ./kube-job-notifier *.go
55

6-
FROM alpine:3.19
6+
FROM alpine:3.21
77
LABEL maintainer="yutachaos <bumplive@gmail.com>"
88

99
COPY --from=build-env /go/src/app/kube-job-notifier .

0 commit comments

Comments
 (0)