Ver código fonte

devops #1791: Change dockerfile base image

From pinned major to latest LTS
tags/v0.9.1^2
Vildravn 2 anos atrás
pai
commit
80a5f9ec78
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      Dockerfile

+ 2
- 2
Dockerfile Ver arquivo

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