From 4904f792a7e4b8517c056eb0e454419c2951f117 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 4 Apr 2024 06:29:52 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d65ff67..0af0c1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.1 as NES20Tool +FROM golang:1.22.2 as NES20Tool RUN git clone https://github.com/Kreeblah/NES20Tool.git && \ cd NES20Tool && go build