We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa3d81 commit dd6be07Copy full SHA for dd6be07
dockerfiles/temporalite/Dockerfile
@@ -1,12 +1,12 @@
1
-FROM golang:1.25-alpine@sha256:b6ed3fd0452c0e9bcdef5597f29cc1418f61672e9d3a2f55bf02e7222c014abd
+FROM golang:1.25-alpine@sha256:d3f0cf7723f3429e3f9ed846243970b20a2de7bae6a5b66fc5914e228d831bbb
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.22@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
+FROM alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
10
WORKDIR /
11
12
COPY --from=0 ${GOPATH:-/go}/bin/temporalite /
0 commit comments