diff --git a/services/manager/Dockerfile b/services/manager/Dockerfile index da3c45722..aca98d8d5 100644 --- a/services/manager/Dockerfile +++ b/services/manager/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.25.3 AS build +FROM docker.io/library/golang:1.26.0 AS build ARG TARGETARCH @@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 go build FROM alpine:latest as certs RUN apk --update add ca-certificates -FROM docker.io/library/alpine:3.22 +FROM docker.io/library/alpine:3.23 #Add repository label LABEL org.opencontainers.image.source="https://github.com/berops/claudie" #Add base image name as a label