We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ef01b commit af9ef12Copy full SHA for af9ef12
Dockerfile.Windows
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
ARG BASE_IMAGE
16
-FROM --platform=$BUILDPLATFORM golang:1.20.8 AS builder
+FROM --platform=$BUILDPLATFORM golang:1.20.9 AS builder
17
18
ARG TARGETPLATFORM
19
ARG STAGINGVERSION
Dockerfile.debug
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
-FROM golang:1.20.8 as builder
+FROM golang:1.20.9 as builder
WORKDIR /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
ADD . .
0 commit comments