We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd5e08 commit 8b97f42Copy full SHA for 8b97f42
1 file changed
test/remote/Dockerfile
@@ -1,6 +1,6 @@
1
ARG BASE_IMAGE=docker.io/library/ubuntu:25.10@sha256:4a9232cc47bf99defcc8860ef6222c99773330367fcecbf21ba2edb0b810a31e
2
3
-FROM docker.io/library/golang:1.26.2@sha256:2a2b4b5791cea8ae09caecba7bad0bd9631def96e5fe362e4a5e67009fe4ae61 AS go
+FROM docker.io/library/golang:1.26.2@sha256:fcdb3e42c5544e9682a635771eac76a698b66de79b1b50ec5b9ce5c5f14ad775 AS go
4
5
RUN go install github.com/mattn/goreman@latest && \
6
go install github.com/kisielk/godepgraph@latest
0 commit comments