We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1679a1a commit 8d58dfcCopy full SHA for 8d58dfc
1 file changed
docker/alpine/Dockerfile.build
@@ -1,6 +1,6 @@
1
#-----------------BUILDER-----------------
2
#-----------------------------------------
3
-FROM node:alpine AS builder
+FROM node:18-alpine AS builder
4
RUN apk add --no-cache \
5
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 && \
6
rm -f /var/cache/apk/*
@@ -15,7 +15,7 @@ RUN mkdir -p /app/data/config && \
15
16
#-----------------MAIN--------------------
17
18
-FROM node:alpine AS main
+FROM node:18-alpine AS main
19
WORKDIR /app
20
ENV NODE_ENV=production \
21
# overrides only the default value of the settings (the actual value can be overwritten through config.json)
0 commit comments