From 2081b97ca5d94a5d7e861b363f8ca367da43cbae Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 May 2024 06:27:55 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2adb08..2f1b5a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.2 as NES20Tool +FROM golang:1.22.3 as NES20Tool RUN git clone https://github.com/Kreeblah/NES20Tool.git && \ cd NES20Tool && go build