Selaa lähdekoodia

ci: update base docker image

Nicolas Giard 8 kuukautta sitten
vanhempi
sitoutus
18ebf83f88
2 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 2 2
      dev/build-arm/Dockerfile
  2. 2 2
      dev/build/Dockerfile

+ 2 - 2
dev/build-arm/Dockerfile

@@ -1,7 +1,7 @@
 # =========================
 # --- BUILD NPM MODULES ---
 # =========================
-FROM node:18-alpine AS build
+FROM node:20-alpine AS build
 
 RUN apk add yarn g++ make cmake python3 --no-cache
 
@@ -16,7 +16,7 @@ RUN yarn patch-package
 # ===============
 # --- Release ---
 # ===============
-FROM node:18-alpine
+FROM node:20-alpine
 LABEL maintainer="requarks.io"
 
 RUN apk add bash curl git openssh gnupg sqlite --no-cache && \

+ 2 - 2
dev/build/Dockerfile

@@ -1,7 +1,7 @@
 # ====================
 # --- Build Assets ---
 # ====================
-FROM node:18-alpine AS assets
+FROM node:20-alpine AS assets
 
 RUN apk add yarn g++ make cmake python3 --no-cache
 
@@ -25,7 +25,7 @@ RUN yarn patch-package
 # ===============
 # --- Release ---
 # ===============
-FROM node:18-alpine
+FROM node:20-alpine
 LABEL maintainer="requarks.io"
 
 RUN apk add bash curl git openssh gnupg sqlite --no-cache && \