From 2697aceb2b85f30b2038d810b44ac9d40f43c0f4 Mon Sep 17 00:00:00 2001 From: Andrew Gouin Date: Fri, 23 Sep 2022 10:48:22 -0600 Subject: [PATCH] pin to golang:1.19-alpine (#103) --- docker/horcrux/Dockerfile | 2 +- docker/horcrux/native.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/horcrux/Dockerfile b/docker/horcrux/Dockerfile index 4875457b..5c173655 100644 --- a/docker/horcrux/Dockerfile +++ b/docker/horcrux/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.19.1-alpine3.16 AS build-env +FROM --platform=$BUILDPLATFORM golang:1.19-alpine AS build-env ENV PACKAGES make git diff --git a/docker/horcrux/native.Dockerfile b/docker/horcrux/native.Dockerfile index f191c84f..e54a6343 100644 --- a/docker/horcrux/native.Dockerfile +++ b/docker/horcrux/native.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.1-alpine3.16 AS build-env +FROM golang:1.19-alpine AS build-env ENV PACKAGES make git