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
a3b519e3e2
commit
cefb1016ba
@ -16,7 +16,7 @@ RUN \
|
||||
https://github.com/selkies-project/selkies.git \
|
||||
/src && \
|
||||
cd /src && \
|
||||
git checkout -f d4b2c32b65c58329e14d580784d4cbb98cb44564
|
||||
git checkout -f e2d7a5bd22927a7e5ba2cc48414a2dd723850376
|
||||
|
||||
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/d4b2c32b65c58329e14d580784d4cbb98cb44564.tar.gz" && \
|
||||
"https://github.com/selkies-project/selkies/archive/e2d7a5bd22927a7e5ba2cc48414a2dd723850376.tar.gz" && \
|
||||
cd /tmp && \
|
||||
tar xf selkies.tar.gz && \
|
||||
cd selkies-* && \
|
||||
|
||||
@ -16,7 +16,7 @@ RUN \
|
||||
https://github.com/selkies-project/selkies.git \
|
||||
/src && \
|
||||
cd /src && \
|
||||
git checkout -f d4b2c32b65c58329e14d580784d4cbb98cb44564
|
||||
git checkout -f e2d7a5bd22927a7e5ba2cc48414a2dd723850376
|
||||
|
||||
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/d4b2c32b65c58329e14d580784d4cbb98cb44564.tar.gz" && \
|
||||
"https://github.com/selkies-project/selkies/archive/e2d7a5bd22927a7e5ba2cc48414a2dd723850376.tar.gz" && \
|
||||
cd /tmp && \
|
||||
tar xf selkies.tar.gz && \
|
||||
cd selkies-* && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user