1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Fixing alpine sharp issue and repushing v1.9.5 release #588

This commit is contained in:
Patrik J. Braun 2023-01-13 00:34:54 +01:00
parent 203fc798ac
commit 1edb156076
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ ENV NODE_ENV=production \
EXPOSE 80
RUN apk add --update-cache --repository https://alpine.global.ssl.fastly.net/alpine/v3.17/community/ \
vips ffmpeg
vips vips-cpp ffmpeg
COPY --from=builder /app /app
VOLUME ["/app/data/config", "/app/data/db", "/app/data/images", "/app/data/tmp"]

View File

@ -1,6 +1,6 @@
{
"name": "pigallery2",
"version": "1.9.6-nightly",
"version": "1.9.5",
"description": "This is a photo gallery optimised for running low resource servers (especially on raspberry pi)",
"author": "Patrik J. Braun",
"homepage": "https://github.com/bpatrik/PiGallery2",