File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
2- FROM lscr.io/linuxserver/xvfb:debianbookworm AS xvfb
32FROM ghcr.io/linuxserver/baseimage-alpine:3.22 AS frontend
43
54RUN \
1615 https://github.com/selkies-project/selkies.git \
1716 /src && \
1817 cd /src && \
19- git checkout -f bf819b37033b6b34311ca294b16dbd3ee17db636
18+ git checkout -f 91a250e67c791c15ba65eece70d3ed8bd4d1e7a9
2019
2120RUN \
2221 echo "**** build frontend ****" && \
@@ -177,7 +176,7 @@ RUN \
177176 | awk '/tag_name/{print $4;exit}' FS='[""]' ) && \
178177 curl -o \
179178 /tmp/selkies.tar.gz -L \
180- "https://github.com/selkies-project/selkies/archive/bf819b37033b6b34311ca294b16dbd3ee17db636 .tar.gz" && \
179+ "https://github.com/selkies-project/selkies/archive/91a250e67c791c15ba65eece70d3ed8bd4d1e7a9 .tar.gz" && \
181180 cd /tmp && \
182181 tar xf selkies.tar.gz && \
183182 cd selkies-* && \
@@ -261,7 +260,6 @@ RUN \
261260# add local files
262261COPY /root /
263262COPY --from=frontend /buildout /usr/share/selkies/www
264- COPY --from=xvfb / /
265263
266264# ports and volumes
267265EXPOSE 3000 3001
Original file line number Diff line number Diff line change 1616 https://github.com/selkies-project/selkies.git \
1717 /src && \
1818 cd /src && \
19- git checkout -f bf819b37033b6b34311ca294b16dbd3ee17db636
19+ git checkout -f 91a250e67c791c15ba65eece70d3ed8bd4d1e7a9
2020
2121RUN \
2222 echo "**** build frontend ****" && \
@@ -175,7 +175,7 @@ RUN \
175175 | awk '/tag_name/{print $4;exit}' FS='[""]') && \
176176 curl -o \
177177 /tmp/selkies.tar.gz -L \
178- "https://github.com/selkies-project/selkies/archive/bf819b37033b6b34311ca294b16dbd3ee17db636 .tar.gz" && \
178+ "https://github.com/selkies-project/selkies/archive/91a250e67c791c15ba65eece70d3ed8bd4d1e7a9 .tar.gz" && \
179179 cd /tmp && \
180180 tar xf selkies.tar.gz && \
181181 cd selkies-* && \
You can’t perform that action at this time.
0 commit comments