Skip to content

Commit 37eb4d8

Browse files
committed
chore(docker): pin clickhouse migrator base image + goose version
1 parent 489c31c commit 37eb4d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal-packages/clickhouse/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM golang
1+
FROM golang:1.26@sha256:68cb6d68bed024785b69195b89af7ac7a444f27791435f98647edff595aa0479
22

33

4-
RUN go install github.com/pressly/goose/v3/cmd/goose@latest
4+
RUN go install github.com/pressly/goose/v3/cmd/goose@v3.27.1
55

66

77
COPY ./schema ./schema

0 commit comments

Comments
 (0)