Skip to content

Commit 8d35ca4

Browse files
committed
Update snapweb commit
1 parent 24a0c46 commit 8d35ca4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
FROM ghcr.io/linuxserver/baseimage-alpine:edge AS snapweb
1616

1717
ARG SNAPWEB_REPO=W-Floyd/snapweb
18-
ARG SNAPWEB_COMMIT=89af4d0dc99ddae24f71bb445a23b893333abede
18+
ARG SNAPWEB_COMMIT=55c3896d10f2e060e49535c75ee24d87db1166eb
1919
RUN apk add --no-cache npm vips-dev
2020
RUN curl "https://codeload.github.com/${SNAPWEB_REPO}/zip/${SNAPWEB_COMMIT}" -o 'snapweb.zip' && \
2121
unzip -qq 'snapweb.zip' -d 'snapweb' && \

0 commit comments

Comments
 (0)