From 226442759dce3a644be84b81d19c64b317f05800 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Tue, 7 May 2024 19:04:25 +0000 Subject: [PATCH] chore(deps): update docker.io/library/golang docker tag to v1.22.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9aabc8c..2204887 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.22.2-alpine3.18 AS build +FROM docker.io/library/golang:1.22.3-alpine3.18 AS build ARG VERSION=latest