mirror of
https://github.com/linuxserver/docker-baseimage-selkies.git
synced 2026-03-16 00:02:11 +08:00
bump selkies
This commit is contained in:
parent
34407666a9
commit
8d4bd3d3d3
@ -15,7 +15,7 @@ RUN \
|
||||
https://github.com/selkies-project/selkies.git \
|
||||
/src && \
|
||||
cd /src && \
|
||||
git checkout -f d75a18c22a3d0c102be546da72177594b64514e4
|
||||
git checkout -f 82b43e982e938acf962f1eb8c8341fbb2c7b344e
|
||||
|
||||
RUN \
|
||||
echo "**** build frontend ****" && \
|
||||
@ -182,7 +182,7 @@ RUN \
|
||||
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
|
||||
curl -o \
|
||||
/tmp/selkies.tar.gz -L \
|
||||
"https://github.com/selkies-project/selkies/archive/d75a18c22a3d0c102be546da72177594b64514e4.tar.gz" && \
|
||||
"https://github.com/selkies-project/selkies/archive/82b43e982e938acf962f1eb8c8341fbb2c7b344e.tar.gz" && \
|
||||
cd /tmp && \
|
||||
tar xf selkies.tar.gz && \
|
||||
cd selkies-* && \
|
||||
|
||||
@ -15,7 +15,7 @@ RUN \
|
||||
https://github.com/selkies-project/selkies.git \
|
||||
/src && \
|
||||
cd /src && \
|
||||
git checkout -f d75a18c22a3d0c102be546da72177594b64514e4
|
||||
git checkout -f 82b43e982e938acf962f1eb8c8341fbb2c7b344e
|
||||
|
||||
RUN \
|
||||
echo "**** build frontend ****" && \
|
||||
@ -180,7 +180,7 @@ RUN \
|
||||
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
|
||||
curl -o \
|
||||
/tmp/selkies.tar.gz -L \
|
||||
"https://github.com/selkies-project/selkies/archive/d75a18c22a3d0c102be546da72177594b64514e4.tar.gz" && \
|
||||
"https://github.com/selkies-project/selkies/archive/82b43e982e938acf962f1eb8c8341fbb2c7b344e.tar.gz" && \
|
||||
cd /tmp && \
|
||||
tar xf selkies.tar.gz && \
|
||||
cd selkies-* && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user