Skip to content

Commit e79d389

Browse files
committed
fixes #88 settings conflicts
1 parent 235302e commit e79d389

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

2121
RUN \
2222
echo "**** build frontend ****" && \
@@ -175,7 +175,7 @@ RUN \
175175
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
176176
curl -o \
177177
/tmp/selkies.tar.gz -L \
178-
"https://github.com/selkies-project/selkies/archive/75b41b6c9fb37504452c8a3ffc5a55541373c163.tar.gz" && \
178+
"https://github.com/selkies-project/selkies/archive/89e39cf7d58c8f7c87ac5922b56b84f745ddeeab.tar.gz" && \
179179
cd /tmp && \
180180
tar xf selkies.tar.gz && \
181181
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 75b41b6c9fb37504452c8a3ffc5a55541373c163
19+
git checkout -f 89e39cf7d58c8f7c87ac5922b56b84f745ddeeab
2020

2121
RUN \
2222
echo "**** build frontend ****" && \
@@ -173,7 +173,7 @@ RUN \
173173
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
174174
curl -o \
175175
/tmp/selkies.tar.gz -L \
176-
"https://github.com/selkies-project/selkies/archive/75b41b6c9fb37504452c8a3ffc5a55541373c163.tar.gz" && \
176+
"https://github.com/selkies-project/selkies/archive/89e39cf7d58c8f7c87ac5922b56b84f745ddeeab.tar.gz" && \
177177
cd /tmp && \
178178
tar xf selkies.tar.gz && \
179179
cd selkies-* && \

0 commit comments

Comments
 (0)