Skip to content

Commit d66fc51

Browse files
committed
bump selkies
1 parent 8eafc9e commit d66fc51

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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 8e38076a0f0fc2e9b66c8906b5f2da29683bfd30
18+
git checkout -f 7638d0995c55b6a6ba752e820334c5c6ebec18a2
1919

2020
RUN \
2121
echo "**** build frontend ****" && \
@@ -186,7 +186,7 @@ RUN \
186186
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
187187
curl -o \
188188
/tmp/selkies.tar.gz -L \
189-
"https://github.com/selkies-project/selkies/archive/8e38076a0f0fc2e9b66c8906b5f2da29683bfd30.tar.gz" && \
189+
"https://github.com/selkies-project/selkies/archive/7638d0995c55b6a6ba752e820334c5c6ebec18a2.tar.gz" && \
190190
cd /tmp && \
191191
tar xf selkies.tar.gz && \
192192
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 8e38076a0f0fc2e9b66c8906b5f2da29683bfd30
18+
git checkout -f 7638d0995c55b6a6ba752e820334c5c6ebec18a2
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/8e38076a0f0fc2e9b66c8906b5f2da29683bfd30.tar.gz" && \
187+
"https://github.com/selkies-project/selkies/archive/7638d0995c55b6a6ba752e820334c5c6ebec18a2.tar.gz" && \
188188
cd /tmp && \
189189
tar xf selkies.tar.gz && \
190190
cd selkies-* && \

0 commit comments

Comments
 (0)