chore(deps): update golang docker tag to v1.22.1 #43

Merged
Xefir merged 1 commits from renovate/golang-1.x into master 2024-03-06 10:20:32 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.22.0 as NES20Tool
FROM golang:1.22.1 as NES20Tool
RUN git clone https://github.com/Kreeblah/NES20Tool.git && \
cd NES20Tool && go build