We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5aa00 commit e6f44f7Copy full SHA for e6f44f7
1 file changed
internal-packages/clickhouse/Dockerfile
@@ -1,7 +1,7 @@
1
-FROM golang
+FROM golang:1.26@sha256:68cb6d68bed024785b69195b89af7ac7a444f27791435f98647edff595aa0479
2
3
4
-RUN go install github.com/pressly/goose/v3/cmd/goose@latest
+RUN go install github.com/pressly/goose/v3/cmd/goose@v3.27.1
5
6
7
COPY ./schema ./schema
0 commit comments