Skip to content

Commit 3c7caf2

Browse files
committed
fix bool bug
1 parent cafc398 commit 3c7caf2

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 415b376dac066ff27b3e5b22a6c32638bda059da
19+
git checkout -f 75b41b6c9fb37504452c8a3ffc5a55541373c163
2020

2121
RUN \
2222
echo "**** build frontend ****" && \
@@ -173,7 +173,7 @@ RUN \
173173
echo "**** install selkies ****" && \
174174
curl -o \
175175
/tmp/selkies.tar.gz -L \
176-
"https://github.com/selkies-project/selkies/archive/415b376dac066ff27b3e5b22a6c32638bda059da.tar.gz" && \
176+
"https://github.com/selkies-project/selkies/archive/75b41b6c9fb37504452c8a3ffc5a55541373c163.tar.gz" && \
177177
cd /tmp && \
178178
tar xf selkies.tar.gz && \
179179
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 415b376dac066ff27b3e5b22a6c32638bda059da
19+
git checkout -f 75b41b6c9fb37504452c8a3ffc5a55541373c163
2020

2121
RUN \
2222
echo "**** build frontend ****" && \
@@ -169,7 +169,7 @@ RUN \
169169
echo "**** install selkies ****" && \
170170
curl -o \
171171
/tmp/selkies.tar.gz -L \
172-
"https://github.com/selkies-project/selkies/archive/415b376dac066ff27b3e5b22a6c32638bda059da.tar.gz" && \
172+
"https://github.com/selkies-project/selkies/archive/75b41b6c9fb37504452c8a3ffc5a55541373c163.tar.gz" && \
173173
cd /tmp && \
174174
tar xf selkies.tar.gz && \
175175
cd selkies-* && \

0 commit comments

Comments
 (0)