From 84160a1da13cc27f1615416d3ac2fbe83702941f Mon Sep 17 00:00:00 2001 From: CSRBot Date: Wed, 11 Jan 2023 01:33:11 +0100 Subject: [PATCH] chore(deps): update dependency docker.io/library/golang to v1.19.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e55677..2c471f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.19.3-alpine AS build +FROM docker.io/library/golang:1.19.5-alpine AS build ARG GOSEC_VERSION