Skip to content

Commit facfc36

Browse files
committed
bump to new interposer for downstream images
1 parent 7dcecb8 commit facfc36

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
@@ -15,7 +15,7 @@ RUN \
1515
https://github.com/selkies-project/selkies.git \
1616
/src && \
1717
cd /src && \
18-
git checkout -f 825906f7d952a878e6c8742515ad8cec354a8256
18+
git checkout -f 95f93c121724fec0282d00095ad76f54d31e56f4
1919

2020
RUN \
2121
echo "**** build frontend ****" && \
@@ -186,7 +186,7 @@ RUN \
186186
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
187187
curl -o \
188188
/tmp/selkies.tar.gz -L \
189-
"https://github.com/selkies-project/selkies/archive/825906f7d952a878e6c8742515ad8cec354a8256.tar.gz" && \
189+
"https://github.com/selkies-project/selkies/archive/95f93c121724fec0282d00095ad76f54d31e56f4.tar.gz" && \
190190
cd /tmp && \
191191
tar xf selkies.tar.gz && \
192192
cd selkies-* && \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN \
1515
https://github.com/selkies-project/selkies.git \
1616
/src && \
1717
cd /src && \
18-
git checkout -f 825906f7d952a878e6c8742515ad8cec354a8256
18+
git checkout -f 95f93c121724fec0282d00095ad76f54d31e56f4
1919

2020
RUN \
2121
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/825906f7d952a878e6c8742515ad8cec354a8256.tar.gz" && \
187+
"https://github.com/selkies-project/selkies/archive/95f93c121724fec0282d00095ad76f54d31e56f4.tar.gz" && \
188188
cd /tmp && \
189189
tar xf selkies.tar.gz && \
190190
cd selkies-* && \

0 commit comments

Comments
 (0)