From a992832914ee4ab7250c03280bc61cfa59431a4b Mon Sep 17 00:00:00 2001 From: CSRBot Date: Fri, 6 Oct 2023 20:36:39 +0200 Subject: [PATCH] chore(deps): update docker.io/library/golang docker tag to v1.21.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 19f88d9..3ff9adf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.21.1-alpine AS build +FROM docker.io/library/golang:1.21.2-alpine AS build ARG GOSEC_VERSION