From 31d865ceb960c7cc84c1c1887cdf83108f91235b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 20:35:14 +0000 Subject: [PATCH] chore(deps): update golang:1.20 docker digest to cfc9d1b Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- _template/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_template/Dockerfile b/_template/Dockerfile index a1d88b3a..a624947b 100644 --- a/_template/Dockerfile +++ b/_template/Dockerfile @@ -1,7 +1,7 @@ # syntax = docker/dockerfile:1.4 # get modules, if they don't change the cache can be used for faster builds -FROM golang:1.20@sha256:403f48633fb5ebd49f9a2b6ad6719f912df23dae44974a0c9445be331e72ff5e AS base +FROM golang:1.20@sha256:cfc9d1b07b1ef4f7a4571f0b60a99646a92ef76adb7d9943f4cb7b606c6554e2 AS base ENV GO111MODULE=on ENV CGO_ENABLED=0 ENV GOOS=linux