From 653cf8617ffaf099bc2e62ae35f921bcf31f8694 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Wed, 2 Aug 2023 00:32:45 +0200 Subject: [PATCH] chore(deps): update dependency docker.io/library/golang to v1.20.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d50280..be4c81b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.20.6-alpine AS build +FROM docker.io/library/golang:1.20.7-alpine AS build ARG GOSEC_VERSION