From 6976d6b28fcf76376e1a54cd3685f9ddc11340a9 Mon Sep 17 00:00:00 2001 From: "pulumi-renovate[bot]" <189166143+pulumi-renovate[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 22:11:41 +0000 Subject: [PATCH] Update golang Docker digest to c5adecd --- aws-go-fargate/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-go-fargate/app/Dockerfile b/aws-go-fargate/app/Dockerfile index 9199d8a96..9fa1cbae8 100644 --- a/aws-go-fargate/app/Dockerfile +++ b/aws-go-fargate/app/Dockerfile @@ -1,6 +1,6 @@ # Start from a Debian image with the latest version of Go installed # and a workspace (GOPATH) configured at /go. -FROM golang@sha256:44b186e06a8596405ab90557930b2024994045cf20939688809b49af0d245692 +FROM golang@sha256:c5adecdb7b3f8c5ca3c88648a861882849cc8b02fed68ece31e25de88ad13418 # Copy the local package files to the container's workspace. ADD . /go/src/foo