aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-nginx
diff options
context:
space:
mode:
Diffstat (limited to 'docker/crupest-nginx')
-rw-r--r--docker/crupest-nginx/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/crupest-nginx/Dockerfile b/docker/crupest-nginx/Dockerfile
index 87ce1f7..e14e939 100644
--- a/docker/crupest-nginx/Dockerfile
+++ b/docker/crupest-nginx/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:latest AS build-www
+FROM node:current-alpine AS build-www
RUN npm install -g pnpm
COPY sites/www /sites/www
WORKDIR /sites/www