We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68af77d commit 2d62083Copy full SHA for 2d62083
1 file changed
dockerfiles/temporalite/Dockerfile
@@ -1,12 +1,12 @@
1
-FROM golang:1.25-alpine@sha256:26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9
+FROM golang:1.25-alpine@sha256:e6898559d553d81b245eb8eadafcb3ca38ef320a9e26674df59d4f07a4fd0b07
2
3
WORKDIR {GOPATH:-/go}/src/temporalite
4
RUN apk add --no-cache git && \
5
git clone https://github.com/temporalio/temporalite.git && \
6
cd temporalite && \
7
go build -o ${GOPATH:-/go}/bin/ ./cmd/temporalite
8
9
-FROM alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375
+FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
10
WORKDIR /
11
12
COPY --from=0 ${GOPATH:-/go}/bin/temporalite /
0 commit comments