Commit 18ebf83 1 parent ef5ab0e commit 18ebf83 Copy full SHA for 18ebf83
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# =========================
2
2
# --- BUILD NPM MODULES ---
3
3
# =========================
4
- FROM node:18 -alpine AS build
4
+ FROM node:20 -alpine AS build
5
5
6
6
RUN apk add yarn g++ make cmake python3 --no-cache
7
7
@@ -16,7 +16,7 @@ RUN yarn patch-package
16
16
# ===============
17
17
# --- Release ---
18
18
# ===============
19
- FROM node:18 -alpine
19
+ FROM node:20 -alpine
20
20
LABEL maintainer="requarks.io"
21
21
22
22
RUN apk add bash curl git openssh gnupg sqlite --no-cache && \
Original file line number Diff line number Diff line change 1
1
# ====================
2
2
# --- Build Assets ---
3
3
# ====================
4
- FROM node:18 -alpine AS assets
4
+ FROM node:20 -alpine AS assets
5
5
6
6
RUN apk add yarn g++ make cmake python3 --no-cache
7
7
@@ -25,7 +25,7 @@ RUN yarn patch-package
25
25
# ===============
26
26
# --- Release ---
27
27
# ===============
28
- FROM node:18 -alpine
28
+ FROM node:20 -alpine
29
29
LABEL maintainer="requarks.io"
30
30
31
31
RUN apk add bash curl git openssh gnupg sqlite --no-cache && \
You can’t perform that action at this time.
0 commit comments