Skip to content

Commit 9cfdfd5

Browse files
ci(deps): update temporalite (#315)
Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 05bf556 commit 9cfdfd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/temporalite/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM golang:1.24-alpine@sha256:ddf52008bce1be455fe2b22d780b6693259aaf97b16383b6372f4b22dd33ad66
1+
FROM golang:1.24-alpine@sha256:48ee313931980110b5a91bbe04abdf640b9a67ca5dea3a620f01bacf50593396
22

33
WORKDIR {GOPATH:-/go}/src/temporalite
44
RUN apk add --no-cache git && \
55
git clone https://github.com/temporalio/temporalite.git && \
66
cd temporalite && \
77
go build -o ${GOPATH:-/go}/bin/ ./cmd/temporalite
88

9-
FROM alpine:3.22@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
9+
FROM alpine:3.22@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
1010
WORKDIR /
1111

1212
COPY --from=0 ${GOPATH:-/go}/bin/temporalite /

0 commit comments

Comments
 (0)