Update dockerfile

This commit is contained in:
Louis Lam
2023-02-04 18:37:12 +08:00
parent 0b40c65139
commit 27eddb7253
3 changed files with 10 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
# DON'T UPDATE TO node:14-bullseye-slim, see #372.
# If the image changed, the second stage image should be changed too
FROM node:16-buster-slim
FROM node:18-buster-slim
ARG TARGETPLATFORM
WORKDIR /app