From 0694be08418f9b179e0b21b3c32d8b47e64193d3 Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Sat, 8 Jun 2024 16:47:55 +0200 Subject: [PATCH] Testing vulnerability check with Docker Scout --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0cefd282..6ec0050e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # Use the official golang image to build the binary. -FROM golang:1.22-alpine3.20 as builder +FROM golang:1.22-alpine3.19 as builder ARG TARGETOS ARG TARGETARCH