Bump to golang to fix stdlib vuln

Signed-off-by: Dan Finneran <dan@thebsdbox.co.uk>
This commit is contained in:
Dan Finneran
2025-12-15 11:53:23 +00:00
parent 48c99ca320
commit 4c3a2d57ee
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:experimental
FROM golang:1.25.4-alpine3.22 as dev
FROM golang:1.25.5-alpine3.22 as dev
RUN apk add --no-cache git ca-certificates make
RUN adduser -D appuser
COPY . /src/

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:experimental
FROM golang:1.25.4-alpine3.22 as dev
FROM golang:1.25.5-alpine3.22 as dev
RUN apk add --no-cache git make
RUN adduser -D appuser
COPY . /src/

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/kube-vip/kube-vip
go 1.24.4
go 1.25.5
require (
github.com/cloudflare/ipvs v0.11.0