Skip to content

Commit 18ebf83

Browse files
committed
ci: update base docker image
1 parent ef5ab0e commit 18ebf83

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev/build-arm/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# =========================
22
# --- BUILD NPM MODULES ---
33
# =========================
4-
FROM node:18-alpine AS build
4+
FROM node:20-alpine AS build
55

66
RUN apk add yarn g++ make cmake python3 --no-cache
77

@@ -16,7 +16,7 @@ RUN yarn patch-package
1616
# ===============
1717
# --- Release ---
1818
# ===============
19-
FROM node:18-alpine
19+
FROM node:20-alpine
2020
LABEL maintainer="requarks.io"
2121

2222
RUN apk add bash curl git openssh gnupg sqlite --no-cache && \

dev/build/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ====================
22
# --- Build Assets ---
33
# ====================
4-
FROM node:18-alpine AS assets
4+
FROM node:20-alpine AS assets
55

66
RUN apk add yarn g++ make cmake python3 --no-cache
77

@@ -25,7 +25,7 @@ RUN yarn patch-package
2525
# ===============
2626
# --- Release ---
2727
# ===============
28-
FROM node:18-alpine
28+
FROM node:20-alpine
2929
LABEL maintainer="requarks.io"
3030

3131
RUN apk add bash curl git openssh gnupg sqlite --no-cache && \

0 commit comments

Comments
 (0)