Ver a proveniência

Update Dockerfile to base the container on Node 12.x

tags/v0.4^2
Vildravn há 4 anos
ascendente
cometimento
7214743621
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile Ver ficheiro

@@ -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


Carregando…
Cancelar
Guardar