diff --git a/Dockerfile b/Dockerfile index 787c522..0b92c55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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