chore(deps): update golang docker tag to v1.23.4
All checks were successful
dl / lint (push) Successful in 2m32s
dl / docker (push) Successful in 5m9s

This commit is contained in:
Renovate Bot 2024-12-04 06:48:21 +00:00
parent 3351f8ed99
commit feeaec06de

View File

@ -1,4 +1,4 @@
FROM golang:1.23.3 AS nes20tool
FROM golang:1.23.4 AS nes20tool
RUN git clone https://github.com/Kreeblah/NES20Tool.git && \
cd NES20Tool && go build