Skip to content

Commit 8d58dfc

Browse files
committed
Node 18 needed
1 parent 1679a1a commit 8d58dfc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/alpine/Dockerfile.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#-----------------BUILDER-----------------
22
#-----------------------------------------
3-
FROM node:alpine AS builder
3+
FROM node:18-alpine AS builder
44
RUN apk add --no-cache \
55
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 && \
66
rm -f /var/cache/apk/*
@@ -15,7 +15,7 @@ RUN mkdir -p /app/data/config && \
1515

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

0 commit comments

Comments
 (0)