Ver a proveniência

devops #1791: Change dockerfile base image

From pinned major to latest LTS
tags/v0.9.1^2
Vildravn há 2 anos
ascendente
cometimento
80a5f9ec78
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      Dockerfile

+ 2
- 2
Dockerfile Ver ficheiro

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


Carregando…
Cancelar
Guardar