From a506349077d1a0dce27825805697e933fc72d319 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 Nov 2024 06:42:00 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c774110..ff27415 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.2 as NES20Tool +FROM golang:1.23.3 as NES20Tool RUN git clone https://github.com/Kreeblah/NES20Tool.git && \ cd NES20Tool && go build