From f1037a252a9b9d03d7f75a7e141fa8e354f5d654 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 5 Jun 2024 06:37:57 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f1b5a0..4a0b8ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.3 as NES20Tool +FROM golang:1.22.4 as NES20Tool RUN git clone https://github.com/Kreeblah/NES20Tool.git && \ cd NES20Tool && go build -- 2.45.1