Skip to content

Commit

Permalink
Node 18 needed
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed Mar 5, 2025
1 parent 1679a1a commit 8d58dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/alpine/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#-----------------BUILDER-----------------
#-----------------------------------------
FROM node:alpine AS builder
FROM node:18-alpine AS builder
RUN apk add --no-cache \
python3 build-base sqlite-dev sqlite-libs imagemagick-dev libraw-dev vips-dev vips-heif vips-magick fftw-dev gcc g++ make libc6-compat && ln -snf /usr/bin/python3 /usr/bin/python && \
rm -f /var/cache/apk/*
Expand All @@ -15,7 +15,7 @@ RUN mkdir -p /app/data/config && \

#-----------------MAIN--------------------
#-----------------------------------------
FROM node:alpine AS main
FROM node:18-alpine AS main
WORKDIR /app
ENV NODE_ENV=production \
# overrides only the default value of the settings (the actual value can be overwritten through config.json)
Expand Down

0 comments on commit 8d58dfc

Please sign in to comment.