Skip to content

Commit 021c2b6

Browse files
committed
bump selkies
1 parent 0aff0c5 commit 021c2b6

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# syntax=docker/dockerfile:1
2-
FROM lscr.io/linuxserver/xvfb:debianbookworm AS xvfb
32
FROM ghcr.io/linuxserver/baseimage-alpine:3.22 AS frontend
43

54
RUN \
@@ -16,7 +15,7 @@ RUN \
1615
https://github.com/selkies-project/selkies.git \
1716
/src && \
1817
cd /src && \
19-
git checkout -f bf819b37033b6b34311ca294b16dbd3ee17db636
18+
git checkout -f 91a250e67c791c15ba65eece70d3ed8bd4d1e7a9
2019

2120
RUN \
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
262261
COPY /root /
263262
COPY --from=frontend /buildout /usr/share/selkies/www
264-
COPY --from=xvfb / /
265263

266264
# ports and volumes
267265
EXPOSE 3000 3001

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN \
1616
https://github.com/selkies-project/selkies.git \
1717
/src && \
1818
cd /src && \
19-
git checkout -f bf819b37033b6b34311ca294b16dbd3ee17db636
19+
git checkout -f 91a250e67c791c15ba65eece70d3ed8bd4d1e7a9
2020

2121
RUN \
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-* && \

0 commit comments

Comments
 (0)