Skip to content

Commit dd426ad

Browse files
committed
bump selkies fix title and icon
1 parent 40fda5f commit dd426ad

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN \
1515
https://github.com/selkies-project/selkies.git \
1616
/src && \
1717
cd /src && \
18-
git checkout -f 8ee64a302d453e0c760846fca7c1701886ad694e
18+
git checkout -f 4cc4384fcf7849f448905e1ffc4fa48b987d131b
1919

2020
RUN \
2121
echo "**** build frontend ****" && \
@@ -185,7 +185,7 @@ RUN \
185185
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
186186
curl -o \
187187
/tmp/selkies.tar.gz -L \
188-
"https://github.com/selkies-project/selkies/archive/8ee64a302d453e0c760846fca7c1701886ad694e.tar.gz" && \
188+
"https://github.com/selkies-project/selkies/archive/4cc4384fcf7849f448905e1ffc4fa48b987d131b.tar.gz" && \
189189
cd /tmp && \
190190
tar xf selkies.tar.gz && \
191191
cd selkies-* && \
@@ -210,6 +210,9 @@ RUN \
210210
curl -o \
211211
/usr/share/selkies/www/icon.png \
212212
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/selkies-logo.png && \
213+
curl -o \
214+
/usr/share/selkies/www/favicon.ico \
215+
https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/selkies-icon.ico && \
213216
echo "**** openbox tweaks ****" && \
214217
sed -i \
215218
-e 's/NLIMC/NLMC/g' \

Dockerfile.aarch64

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN \
1515
https://github.com/selkies-project/selkies.git \
1616
/src && \
1717
cd /src && \
18-
git checkout -f 8ee64a302d453e0c760846fca7c1701886ad694e
18+
git checkout -f 4cc4384fcf7849f448905e1ffc4fa48b987d131b
1919

2020
RUN \
2121
echo "**** build frontend ****" && \
@@ -183,7 +183,7 @@ RUN \
183183
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
184184
curl -o \
185185
/tmp/selkies.tar.gz -L \
186-
"https://github.com/selkies-project/selkies/archive/8ee64a302d453e0c760846fca7c1701886ad694e.tar.gz" && \
186+
"https://github.com/selkies-project/selkies/archive/4cc4384fcf7849f448905e1ffc4fa48b987d131b.tar.gz" && \
187187
cd /tmp && \
188188
tar xf selkies.tar.gz && \
189189
cd selkies-* && \
@@ -208,6 +208,9 @@ RUN \
208208
curl -o \
209209
/usr/share/selkies/www/icon.png \
210210
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/selkies-logo.png && \
211+
curl -o \
212+
/usr/share/selkies/www/favicon.ico \
213+
https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/selkies-icon.ico && \
211214
echo "**** openbox tweaks ****" && \
212215
sed -i \
213216
-e 's/NLIMC/NLMC/g' \

0 commit comments

Comments
 (0)