Merge pull request 'chore(deps): update golang docker tag to v1.22.2' (#46) from renovate/golang-1.x into master
All checks were successful
dl / lint (push) Successful in 1m19s
dl / docker (push) Successful in 1m18s

Reviewed-on: #46
This commit is contained in:
Michel Roux 2024-04-04 12:34:07 +00:00
commit 0fd5591690

View File

@ -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