Skip to content

Commit

Permalink
Merge pull request #417 from kubernetes-sigs/dependabot/docker/golang…
Browse files Browse the repository at this point in the history
…-1.20.6

Bump golang from 1.20.4 to 1.20.6
  • Loading branch information
k8s-ci-robot authored Jul 18, 2023
2 parents 0de413c + 35adff8 commit ac90847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Initialized TARGETPLATFORM with default value
ARG TARGETPLATFORM=linux/amd64

FROM golang:1.20.4 AS builder
FROM golang:1.20.6 AS builder
ARG TARGETPLATFORM
WORKDIR /go/src/sigs.k8s.io/ibm-powervs-block-csi-driver
ADD . .
Expand Down

0 comments on commit ac90847

Please sign in to comment.