From accdbab5fdba67f4fefd65cee704f6bbf7bd188c Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Sun, 1 Oct 2023 15:54:04 -0400 Subject: [PATCH] chore: update Go build image Signed-off-by: Chris Gianelloni --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5dfa690..7833f22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/blinklabs-io/go:1.21.1-1 AS build +FROM ghcr.io/blinklabs-io/go:1.21.1-2 AS build WORKDIR /code COPY . .