diff --git a/services/kuber/Dockerfile b/services/kuber/Dockerfile index 94e40d27c..30dc4492f 100644 --- a/services/kuber/Dockerfile +++ b/services/kuber/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.26.3 AS build +FROM docker.io/library/golang:1.26.4 AS build ARG TARGETARCH @@ -24,7 +24,7 @@ WORKDIR /go/services/kuber/cmd/worker #Compile the golang code, CGO_ENABLE=0 removes cross compile dependencies RUN CGO_ENABLED=0 go build -FROM docker.io/library/alpine:3.23 +FROM docker.io/library/alpine:3.24 #Add repository label LABEL org.opencontainers.image.source="https://github.com/berops/claudie" #Add image name as a label