chore(deps): update golang docker tag to v1.22.1
All checks were successful
dl / lint (push) Successful in 1m24s
dl / docker (push) Successful in 2m43s

This commit is contained in:
Renovate Bot 2024-03-06 06:37:03 +00:00
parent 0e95a5b7a4
commit 68f61d7540

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