Skip to content

Commit

Permalink
trying node 18.19 #888
Browse files Browse the repository at this point in the history
  • Loading branch information
bpatrik committed Apr 17, 2024
1 parent c3e6b67 commit 5919180
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/alpine/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apk add --update-cache --repository https://alpine.global.ssl.fastly.net/alp
python3 build-base sqlite-dev sqlite-libs vips-dev vips-heif fftw-dev gcc g++ make libc6-compat && ln -snf /usr/bin/python3 /usr/bin/python
COPY pigallery2-release /app
WORKDIR /app
RUN npm install --unsafe-perm
RUN npm install --unsafe-perm --fetch-timeout=90000
RUN mkdir -p /app/data/config && \
mkdir -p /app/data/db && \
mkdir -p /app/data/images && \
Expand Down
2 changes: 1 addition & 1 deletion docker/debian-bookworm/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#-----------------BUILDER-----------------
#-----------------------------------------
FROM node:18-bookworm AS builder
FROM node:18.19-bookworm AS builder
RUN apt update && apt install -y --no-install-recommends libvips-dev python3
COPY pigallery2-release /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion docker/debian-bullseye/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#-----------------BUILDER-----------------
#-----------------------------------------
FROM node:18-bullseye AS builder
FROM node:18.19-bullseye AS builder
RUN apt update && apt install -y --no-install-recommends libvips-dev python3
COPY pigallery2-release /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion docker/debian-buster/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#-----------------BUILDER-----------------
#-----------------------------------------
FROM node:18-buster AS builder
FROM node:18.19-buster AS builder
RUN apt update && apt install -y --no-install-recommends libvips-dev python3
COPY pigallery2-release /app
WORKDIR /app
Expand Down

0 comments on commit 5919180

Please sign in to comment.