Skip to content

Commit

Permalink
Merge pull request #1251 from kubernetes-sigs/dependabot/docker/test/…
Browse files Browse the repository at this point in the history
…e2eprovider/golang-31a8f92

chore: bump golang from `79ffe35` to `31a8f92` in /test/e2eprovider
  • Loading branch information
k8s-ci-robot authored Jun 28, 2023
2 parents a6eaf9e + 7e5b5dc commit 522ac3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2eprovider/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.20@sha256:79ffe3506c9e89f8c39e2ff4c498f213ab722ec86d8eddadcd728018e75443bd as builder
FROM golang:1.20@sha256:31a8f92b17829b3ccddf0add184f18203acfd79ccc1bcb5c43803ab1c4836cca as builder
WORKDIR /go/src/sigs.k8s.io/secrets-store-csi-driver
ADD . .
RUN make build-e2e-provider
Expand Down

0 comments on commit 522ac3b

Please sign in to comment.