diff --git a/services/gpu-integrity-watch/Dockerfile b/services/gpu-integrity-watch/Dockerfile index dd5c7cc..a27312e 100644 --- a/services/gpu-integrity-watch/Dockerfile +++ b/services/gpu-integrity-watch/Dockerfile @@ -5,7 +5,7 @@ RUN go mod download COPY . . RUN CGO_ENABLED=0 go build -o /gpu-integrity-watch . -FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 +FROM alpine:3.24@sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4 RUN apk add --no-cache ca-certificates COPY --from=build /gpu-integrity-watch /usr/local/bin/gpu-integrity-watch USER 65534:65534