From 7c5d90ab8a7e308a00a8e0afdf8fdaa724ca2cda Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 13 Aug 2024 21:00:48 +0000 Subject: [PATCH] Update golang:1.22 Docker digest to 945c798 --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index 9f892c9..d7bd414 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22@sha256:e4741baa94a913c171ac5398f1ac25af83b766ebdd4b665ff73a55a8c8b3a5d5 AS builder +FROM golang:1.22@sha256:945c798aafa0a5ce1a324de4f3a74ebd84c1455680e2f2362a185bc7c7847010 AS builder WORKDIR /app COPY go.mod go.sum main.go ./