diff --git a/dockerfiles/temporalite/Dockerfile b/dockerfiles/temporalite/Dockerfile index 3607719..dae9d10 100644 --- a/dockerfiles/temporalite/Dockerfile +++ b/dockerfiles/temporalite/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25-alpine@sha256:26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9 +FROM golang:1.25-alpine@sha256:ac09a5f469f307e5da71e766b0bd59c9c49ea460a528cc3e6686513d64a6f1fb WORKDIR {GOPATH:-/go}/src/temporalite RUN apk add --no-cache git && \ @@ -6,7 +6,7 @@ RUN apk add --no-cache git && \ cd temporalite && \ go build -o ${GOPATH:-/go}/bin/ ./cmd/temporalite -FROM alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 +FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 WORKDIR / COPY --from=0 ${GOPATH:-/go}/bin/temporalite /