From 897ae02179dbc878fe78f7602e41e7546aab910c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 07:03:35 +0000 Subject: [PATCH] chore(deps): update golang:1.24 docker digest to 5255fad --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e8161b..240848a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ # SPDX-License-Identifier: MIT ARG BUILDPLATFORM=linux/amd64 -ARG BASE_IMAGE_VERSION=golang:1.24@sha256:2b1cbf278ce05a2a310a3d695ebb176420117a8cfcfcc4e5e68a1bef5f6354da +ARG BASE_IMAGE_VERSION=golang:1.24@sha256:5255fad61a7e8880e742ee3e30ac54d3fdc48ea5236d0bcf14bfedb6643cbeae FROM --platform=$BUILDPLATFORM ${BASE_IMAGE_VERSION} as build WORKDIR /go/src/github.com/tbckr/sgpt