diff --git a/Dockerfile b/Dockerfile index 3d7476cb4..cd2b3854b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ## Install dev and compilation dependencies, build files -FROM node:21-slim as build +FROM docker.io/node:21-slim as build WORKDIR /firefish # Install compilation dependencies @@ -56,7 +56,7 @@ RUN env NODE_ENV=production sh -c "pnpm run --filter '!native-utils' build && pn RUN pnpm install --prod --frozen-lockfile ## Runtime container -FROM node:21-slim +FROM docker.io/node:21-slim WORKDIR /firefish # Install runtime dependencies