Skip to content

Commit b7d35b7

Browse files
committed
bump selkies, input bugfixes
1 parent a2a9d79 commit b7d35b7

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 ****" && \
@@ -170,7 +170,7 @@ RUN \
170170
echo "**** install selkies ****" && \
171171
curl -o \
172172
/tmp/selkies.tar.gz -L \
173-
"https://github.com/selkies-project/selkies/archive/f08bea8bc82161453bd030e936ee01a9047f2da2.tar.gz" && \
173+
"https://github.com/selkies-project/selkies/archive/c4de137d45fa9ad755c2a6fca2fdf899558d579d.tar.gz" && \
174174
cd /tmp && \
175175
tar xf selkies.tar.gz && \
176176
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 ****" && \
@@ -166,7 +166,7 @@ RUN \
166166
echo "**** install selkies ****" && \
167167
curl -o \
168168
/tmp/selkies.tar.gz -L \
169-
"https://github.com/selkies-project/selkies/archive/f08bea8bc82161453bd030e936ee01a9047f2da2.tar.gz" && \
169+
"https://github.com/selkies-project/selkies/archive/c4de137d45fa9ad755c2a6fca2fdf899558d579d.tar.gz" && \
170170
cd /tmp && \
171171
tar xf selkies.tar.gz && \
172172
cd selkies-* && \

0 commit comments

Comments
 (0)