diff --git a/Dockerfile b/Dockerfile index c801292..b5be56a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23 +FROM golang:1.24.2 # Install git and nodejs RUN apt-get update && apt-get install -y \ @@ -10,3 +10,4 @@ RUN apt-get update && apt-get install -y \ # Verify installations RUN git --version && node --version && npm --version +