Skip to content

Commit 9cc0beb

Browse files
ci(deps): update temporalite dependencies (#340)
| datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | alpine | 3.22 | 3.23 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent e213c48 commit 9cc0beb

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:d3f0cf7723f3429e3f9ed846243970b20a2de7bae6a5b66fc5914e228d831bbb
1+
FROM golang:1.25-alpine@sha256:26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9
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:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
9+
FROM alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375
1010
WORKDIR /
1111

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

0 commit comments

Comments
 (0)