Skip to content

Commit 3c81e1f

Browse files
ci(deps): update temporalite
1 parent 68af77d commit 3c81e1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.25-alpine@sha256:26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9
1+
FROM golang:1.25-alpine@sha256:660f0b83cf50091e3777e4730ccc0e63e83fea2c420c872af5c60cb357dcafb2
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.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375
9+
FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
1010
WORKDIR /
1111

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

0 commit comments

Comments
 (0)