Skip to content

Commit

Permalink
ci: update base docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Sep 16, 2024
1 parent ef5ab0e commit 18ebf83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev/build-arm/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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 && \
Expand Down
4 changes: 2 additions & 2 deletions dev/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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 && \
Expand Down

0 comments on commit 18ebf83

Please sign in to comment.