Browse Source

Update Dockerfile to base the container on Node 12.x

tags/v0.4^2
Vildravn 4 years ago
parent
commit
7214743621
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -1,5 +1,5 @@
# Base image on Node.js 10.x LTS (dubnium)
FROM node:10-alpine
FROM node:12-alpine

# Create app directory
WORKDIR /usr/src/isleward


Loading…
Cancel
Save