Browse Source

Fix: base image tag

wudi 4 years ago
parent
commit
1a83e465d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -3,7 +3,7 @@ ADD package.json yarn.lock /build/
 ADD package.json yarn.lock /app/
 RUN cd /build && yarn --production=false && cd /app && yarn --production=true
 
-FROM node:lts-slim
+FROM node:14-slim
 RUN apt-get update && apt-get install -y curl iputils-ping && apt-get clean
 ENV TERM=xterm
 ADD fonts.conf /etc/fonts/