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 d02ea24 commit a01cbe8Copy full SHA for a01cbe8
dockerfiles/temporalite/Dockerfile
@@ -1,12 +1,12 @@
1
-FROM golang:1.24-alpine@sha256:ef18ee7117463ac1055f5a370ed18b8750f01589f13ea0b48642f5792b234044
+FROM golang:1.24-alpine@sha256:ddf52008bce1be455fe2b22d780b6693259aaf97b16383b6372f4b22dd33ad66
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.21@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
+FROM alpine:3.22@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
10
WORKDIR /
11
12
COPY --from=0 ${GOPATH:-/go}/bin/temporalite /
0 commit comments