We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74066ed + f09221a commit 0453334Copy full SHA for 0453334
integration/Dockerfile
@@ -1,6 +1,6 @@
1
# This Dockerfile builds a base image for the certificate-transparency-go CloudBuild integration testing.
2
# See https://hub.docker.com/_/golang for the set of golang base images.
3
-FROM golang:buster as ct_testbase
+FROM golang:1-buster as ct_testbase
4
5
WORKDIR /testbase
6
0 commit comments