Skip to content

Commit a01cbe8

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

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:ef18ee7117463ac1055f5a370ed18b8750f01589f13ea0b48642f5792b234044
1+
FROM golang:1.24-alpine@sha256:ddf52008bce1be455fe2b22d780b6693259aaf97b16383b6372f4b22dd33ad66
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.21@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
9+
FROM alpine:3.22@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
1010
WORKDIR /
1111

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

0 commit comments

Comments
 (0)