Skip to content

Commit 0cafe1b

Browse files
committed
bump selkies fix bugs
1 parent ff17720 commit 0cafe1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 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 beab17c3859637bb0eb15d8e7b3e84d26e35b34c
18+
git checkout -f 7816c9c5e69fbfec3f9fe3cdf7582de52858701e
1919

2020
RUN \
2121
echo "**** build frontend ****" && \
@@ -184,7 +184,7 @@ RUN \
184184
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
185185
curl -o \
186186
/tmp/selkies.tar.gz -L \
187-
"https://github.com/selkies-project/selkies/archive/beab17c3859637bb0eb15d8e7b3e84d26e35b34c.tar.gz" && \
187+
"https://github.com/selkies-project/selkies/archive/7816c9c5e69fbfec3f9fe3cdf7582de52858701e.tar.gz" && \
188188
cd /tmp && \
189189
tar xf selkies.tar.gz && \
190190
cd selkies-* && \

Dockerfile.aarch64

Lines changed: 2 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 beab17c3859637bb0eb15d8e7b3e84d26e35b34c
18+
git checkout -f 7816c9c5e69fbfec3f9fe3cdf7582de52858701e
1919

2020
RUN \
2121
echo "**** build frontend ****" && \
@@ -181,7 +181,7 @@ RUN \
181181
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
182182
curl -o \
183183
/tmp/selkies.tar.gz -L \
184-
"https://github.com/selkies-project/selkies/archive/beab17c3859637bb0eb15d8e7b3e84d26e35b34c.tar.gz" && \
184+
"https://github.com/selkies-project/selkies/archive/7816c9c5e69fbfec3f9fe3cdf7582de52858701e.tar.gz" && \
185185
cd /tmp && \
186186
tar xf selkies.tar.gz && \
187187
cd selkies-* && \

0 commit comments

Comments
 (0)