Sfoglia il codice sorgente

devops #1791: Change dockerfile base image

From pinned major to latest LTS
tags/v0.9.1^2
Vildravn 2 anni fa
parent
commit
80a5f9ec78
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      Dockerfile

+ 2
- 2
Dockerfile Vedi File

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

# Create app directory
WORKDIR /usr/src/isleward


Caricamento…
Annulla
Salva