Explorar o código

fix: update docker base image to 12.13

NGPixel %!s(int64=5) %!d(string=hai) anos
pai
achega
8c79467481
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      dev/build/Dockerfile

+ 2 - 2
dev/build/Dockerfile

@@ -1,7 +1,7 @@
 # ====================
 # --- Build Assets ---
 # ====================
-FROM node:10.16-alpine AS assets
+FROM node:12.13-alpine AS assets
 
 RUN apk add yarn g++ make python --no-cache
 
@@ -23,7 +23,7 @@ RUN yarn --production --frozen-lockfile --non-interactive
 # ===============
 # --- Release ---
 # ===============
-FROM node:10.16-alpine
+FROM node:12.13-alpine
 LABEL maintainer="requarks.io"
 
 RUN apk add bash curl git openssh gnupg sqlite --no-cache && \