Skip to content

Commit ec3fb65

Browse files
authored
Merge pull request #104 from kube-vip/dependabot/docker/golang-1.22
🌱 Bump golang from 1.21 to 1.22
2 parents 5e6ca7a + 2ce797f commit ec3fb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.4
22

3-
FROM golang:1.21 as builder
3+
FROM golang:1.22 as builder
44

55
COPY . /src/
66
WORKDIR /src

0 commit comments

Comments
 (0)