Skip to content

Commit 36b401b

Browse files
committed
bump selkies, input bugfixes
1 parent 3fcdef2 commit 36b401b

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 f08bea8bc82161453bd030e936ee01a9047f2da2
19+
git checkout -f c4de137d45fa9ad755c2a6fca2fdf899558d579d
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/f08bea8bc82161453bd030e936ee01a9047f2da2.tar.gz" && \
185+
"https://github.com/selkies-project/selkies/archive/c4de137d45fa9ad755c2a6fca2fdf899558d579d.tar.gz" && \
186186
cd /tmp && \
187187
tar xf selkies.tar.gz && \
188188
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 f08bea8bc82161453bd030e936ee01a9047f2da2
19+
git checkout -f c4de137d45fa9ad755c2a6fca2fdf899558d579d
2020

2121
RUN \
2222
echo "**** build frontend ****" && \
@@ -180,7 +180,7 @@ RUN \
180180
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
181181
curl -o \
182182
/tmp/selkies.tar.gz -L \
183-
"https://github.com/selkies-project/selkies/archive/f08bea8bc82161453bd030e936ee01a9047f2da2.tar.gz" && \
183+
"https://github.com/selkies-project/selkies/archive/c4de137d45fa9ad755c2a6fca2fdf899558d579d.tar.gz" && \
184184
cd /tmp && \
185185
tar xf selkies.tar.gz && \
186186
cd selkies-* && \

0 commit comments

Comments
 (0)