Skip to content

Commit 52af7b0

Browse files
committed
bump selkies IME fixes
1 parent 580a75f commit 52af7b0

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
@@ -16,7 +16,7 @@ RUN \
1616
https://github.com/selkies-project/selkies.git \
1717
/src && \
1818
cd /src && \
19-
git checkout -f 6913d8b281c88e8f83c35cb8570f543ef9dfec9d
19+
git checkout -f 23bbf6bc59fda5d52433568a12e22c4ae64c7b01
2020

2121
RUN \
2222
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/6913d8b281c88e8f83c35cb8570f543ef9dfec9d.tar.gz" && \
187+
"https://github.com/selkies-project/selkies/archive/23bbf6bc59fda5d52433568a12e22c4ae64c7b01.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
@@ -16,7 +16,7 @@ RUN \
1616
https://github.com/selkies-project/selkies.git \
1717
/src && \
1818
cd /src && \
19-
git checkout -f 6913d8b281c88e8f83c35cb8570f543ef9dfec9d
19+
git checkout -f 23bbf6bc59fda5d52433568a12e22c4ae64c7b01
2020

2121
RUN \
2222
echo "**** build frontend ****" && \
@@ -182,7 +182,7 @@ RUN \
182182
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
183183
curl -o \
184184
/tmp/selkies.tar.gz -L \
185-
"https://github.com/selkies-project/selkies/archive/6913d8b281c88e8f83c35cb8570f543ef9dfec9d.tar.gz" && \
185+
"https://github.com/selkies-project/selkies/archive/23bbf6bc59fda5d52433568a12e22c4ae64c7b01.tar.gz" && \
186186
cd /tmp && \
187187
tar xf selkies.tar.gz && \
188188
cd selkies-* && \

0 commit comments

Comments
 (0)