From 65263d03bb4382e257f32996a88c7806d71c39d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:53:13 +0000 Subject: [PATCH] Bump golang in /deploy/github/log/sequence_and_integrate Bumps golang from 1.21-alpine3.17 to 1.21.2-alpine3.17. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deploy/github/log/sequence_and_integrate/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/github/log/sequence_and_integrate/Dockerfile b/deploy/github/log/sequence_and_integrate/Dockerfile index 3a61192..446ecf4 100644 --- a/deploy/github/log/sequence_and_integrate/Dockerfile +++ b/deploy/github/log/sequence_and_integrate/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21-alpine3.17@sha256:46bc9c7c1a34efd4885c06fe2cf1a92ebc0aad683731c74f8fd453da3a632483 AS build +FROM golang:1.21.2-alpine3.17@sha256:83985c4c375761859ccd7a93fca85b18ee08ba983b3ad310407f84c087ef6ce4 AS build WORKDIR /src/ # Note: this could be a bit surprising as folks who pinned their action to some particular version