diff --git a/services/registry/Dockerfile b/services/registry/Dockerfile index 8fe2cdd..3b7c6c3 100644 --- a/services/registry/Dockerfile +++ b/services/registry/Dockerfile @@ -6,7 +6,7 @@ COPY . . RUN CGO_ENABLED=0 go build -o /registry . && \ CGO_ENABLED=0 go build -o /securectl ./cmd/securectl/ -FROM docker.io/library/alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 +FROM docker.io/library/alpine:3.24@sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4 RUN apk add --no-cache ca-certificates COPY --from=build /registry /usr/local/bin/registry COPY --from=build /securectl /usr/local/bin/securectl