Merge pull request 'chore(deps): update golang docker tag to v1.22.3' (#54) from renovate/golang-1.x into master
dl / lint (push) Successful in 1m17s Details
dl / docker (push) Successful in 56s Details

Reviewed-on: #54
This commit is contained in:
Michel Roux 2024-05-08 08:39:23 +00:00
commit 6904512ee6
1 changed files with 1 additions and 1 deletions

View File

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