specify version in Dockerfile

master
Victor Roest 2019-10-12 14:14:35 +02:00
parent 8aa6307a4b
commit 4c01ccda2d
No known key found for this signature in database
GPG Key ID: F69440FC85CD66CD
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:alpine as build
FROM node:12-slim as build
# Set work dir
WORKDIR /app/