diff --git a/Dockerfile b/Dockerfile index 2530f64..b9d9e53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-bullseye +FROM node:25.6.1-bullseye RUN apt-get update && apt-get install -y git make build-essential curl && rm -rf /var/lib/apt/lists/* RUN curl -L https://go.dev/dl/go1.23.6.linux-amd64.tar.gz | tar -C /usr/local -xz