From 87a83576bb28ac566bcbf9208b5549110978c9b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:52:35 +0200 Subject: [PATCH] Bump golang from 1.21.1-alpine to 1.21.2-alpine (#355) Bumps golang from 1.21.1-alpine to 1.21.2-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3670ee45..2682b8f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.1-alpine AS builder +FROM golang:1.21.2-alpine AS builder RUN apk update && apk add --no-cache git WORKDIR $GOPATH/src/istio-config-validator/ COPY . .