From 202c122461f45ae8645c0607c147c11f20e62b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 07:57:24 +0000 Subject: [PATCH] Build(deps): Bump golang from 1.20-bullseye to 1.21-bullseye in /cfssl Bumps golang from 1.20-bullseye to 1.21-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cfssl/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfssl/Dockerfile b/cfssl/Dockerfile index 14a4438..6b0583f 100644 --- a/cfssl/Dockerfile +++ b/cfssl/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM --platform=$BUILDPLATFORM golang:1.20-bullseye AS builder +FROM --platform=$BUILDPLATFORM golang:1.21-bullseye AS builder ARG TARGETOS ARG TARGETARCH