From a0750148138140fc5fc9184e46ca157287b1e549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 02:23:16 +0000 Subject: [PATCH] Bump golang from 1.19-alpine3.17 to 1.20-alpine3.17 Bumps golang from 1.19-alpine3.17 to 1.20-alpine3.17. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.signimage | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 331a7aa6b..ec71aff92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.19.4 as builder +FROM golang:1.20.1 as builder WORKDIR /workspace diff --git a/Dockerfile.signimage b/Dockerfile.signimage index be362dd04..3a6b0b394 100644 --- a/Dockerfile.signimage +++ b/Dockerfile.signimage @@ -1,7 +1,7 @@ FROM alpine:3.17 as ksource RUN apk add linux-virt-dev -FROM golang:1.19-alpine3.17 as builder +FROM golang:1.20-alpine3.17 as builder WORKDIR /workspace