diff --git a/dockerfiles/temporalite/Dockerfile b/dockerfiles/temporalite/Dockerfile index 3607719..f5ed4ea 100644 --- a/dockerfiles/temporalite/Dockerfile +++ b/dockerfiles/temporalite/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25-alpine@sha256:26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9 +FROM golang:1.26-alpine@sha256:f23e8b227fb4493eabe03bede4d5a32d04092da71962f1fb79b5f7d1e6c2a17f 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:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 WORKDIR / COPY --from=0 ${GOPATH:-/go}/bin/temporalite /