From 0c5e3701500c48474a46f2acf98f96318226f6f1 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Wed, 20 Sep 2023 00:50:59 -0700 Subject: [PATCH] use latest go since renovate not working --- cmd/mulery/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/mulery/Dockerfile b/cmd/mulery/Dockerfile index be3bd12..72fdb91 100644 --- a/cmd/mulery/Dockerfile +++ b/cmd/mulery/Dockerfile @@ -1,5 +1,5 @@ # Build a go app into a minimal docker image with timezone support and SSL cert chains. -FROM golang:latest@sha256:3fccedea46315261e4b6205bcffe91ece1e2aea60c23aab0f033f35461849b42 as builder +FROM golang:latest as builder RUN mkdir -p $GOPATH/pkg/mod $GOPATH/bin $GOPATH/src /build COPY . /build