Skip to content

Commit 13ab7c9

Browse files
committed
bump selkies trackpad
1 parent da1b2ac commit 13ab7c9

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 82b43e982e938acf962f1eb8c8341fbb2c7b344e
18+
git checkout -f d51f99f80dc520db44c0b4137e44e5920bf89ae6
1919

2020
RUN \
2121
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/82b43e982e938acf962f1eb8c8341fbb2c7b344e.tar.gz" && \
185+
"https://github.com/selkies-project/selkies/archive/d51f99f80dc520db44c0b4137e44e5920bf89ae6.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
@@ -15,7 +15,7 @@ RUN \
1515
https://github.com/selkies-project/selkies.git \
1616
/src && \
1717
cd /src && \
18-
git checkout -f 82b43e982e938acf962f1eb8c8341fbb2c7b344e
18+
git checkout -f d51f99f80dc520db44c0b4137e44e5920bf89ae6
1919

2020
RUN \
2121
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/82b43e982e938acf962f1eb8c8341fbb2c7b344e.tar.gz" && \
183+
"https://github.com/selkies-project/selkies/archive/d51f99f80dc520db44c0b4137e44e5920bf89ae6.tar.gz" && \
184184
cd /tmp && \
185185
tar xf selkies.tar.gz && \
186186
cd selkies-* && \

0 commit comments

Comments
 (0)