diff --git a/Dockerfile b/Dockerfile index c18fa1c..72b4d01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.0 as NES20Tool +FROM golang:1.22.1 as NES20Tool RUN git clone https://github.com/Kreeblah/NES20Tool.git && \ cd NES20Tool && go build