Explorar el Código

devops #1791: Change dockerfile base image

From pinned major to latest LTS
tags/v0.9.1^2
Vildravn hace 2 años
padre
commit
80a5f9ec78
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      Dockerfile

+ 2
- 2
Dockerfile Ver fichero

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


Cargando…
Cancelar
Guardar