Skip to content

Commit ea30e55

Browse files
chore(deps): update golang docker tag to v1.25.0
1 parent 4962f3c commit ea30e55

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.25.0-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)