From d32867c65d8603676cddaa4be380048441ce5fb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 08:54:19 +0100 Subject: [PATCH] chore(deps): update golang:1.19 docker digest to 06fc512 (#229) Signed-off-by: Renovate Bot Signed-off-by: Renovate Bot Co-authored-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 5291a702..8360c7ff 100644 --- a/_template/Dockerfile +++ b/_template/Dockerfile @@ -1,7 +1,7 @@ # syntax = docker/dockerfile:1.2 # get modules, if they don't change the cache can be used for faster builds -FROM golang:1.19@sha256:bace16d065b3733fabbe1d282286afbb0e1043e03c91c4cd8e0e6d319c46eb3e AS base +FROM golang:1.19@sha256:06fc512f4d8d2e7873132386f535e998b656404a9eba8a9a3084d9916d2c6e73 AS base ENV GO111MODULE=on ENV CGO_ENABLED=0 ENV GOOS=linux