From bee09d21c3146af155f76e45aa654534bf17ebfa Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Tue, 16 Aug 2022 18:42:30 -0400 Subject: Track minor instead of patch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 55be3d42..a391e616 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.3.1-labs -FROM --platform=linux/amd64 golang:1.19.0-alpine AS build +FROM --platform=linux/amd64 golang:1.19-alpine AS build ARG TARGETOS ARG TARGETARCH -- cgit v1.2.3