diff --git a/Dockerfile b/Dockerfile index 4a0b8ac..c5334c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.4 as NES20Tool +FROM golang:1.22.5 as NES20Tool RUN git clone https://github.com/Kreeblah/NES20Tool.git && \ cd NES20Tool && go build