Compare commits

...

2 Commits

Author SHA1 Message Date
0ac94bd826 Merge pull request 'chore(deps): update golang docker tag to v1.23.3' (#99) from renovate/golang-1.x into master
All checks were successful
dl / lint (push) Successful in 1m53s
dl / docker (push) Successful in 1m35s
Reviewed-on: #99
2024-11-07 19:53:54 +00:00
Renovate Bot
a506349077 chore(deps): update golang docker tag to v1.23.3
All checks were successful
dl / lint (push) Successful in 1m35s
dl / docker (push) Successful in 1m46s
2024-11-07 06:42:00 +00:00

View File

@ -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 && \ RUN git clone https://github.com/Kreeblah/NES20Tool.git && \
cd NES20Tool && go build cd NES20Tool && go build