From 44a6fda3a9fda77af56505a41cb17d4a890fbebb Mon Sep 17 00:00:00 2001 From: CSRBot Date: Tue, 4 Jun 2024 22:10:08 +0000 Subject: [PATCH] chore(deps): update docker.io/library/golang docker tag to v1.22.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4b19fa..9dc2cc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.22.3-alpine AS build +FROM docker.io/library/golang:1.22.4-alpine AS build ARG GOSEC_VERSION