Skip to content

Commit f69771e

Browse files
chore(deps): update golang docker tag to v1.24.3
1 parent 5f3adde commit f69771e

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
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.3-alpine as build-env
1+
FROM golang:1.24.3-alpine as build-env
22
WORKDIR /go/src/app
33
COPY . /go/src/app
44
RUN go build -o ./kube-job-notifier *.go

0 commit comments

Comments
 (0)