Skip to content

Commit ce38ee6

Browse files
committed
bump selkies ingest pixelflux
1 parent f48e789 commit ce38ee6

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 c7a3de57630471a6903202baba4d6f1b3dfab1d8
18+
git checkout -f 876e736e07d90d024b4dd06eedb495509cd7364c
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/c7a3de57630471a6903202baba4d6f1b3dfab1d8.tar.gz" && \
185+
"https://github.com/selkies-project/selkies/archive/876e736e07d90d024b4dd06eedb495509cd7364c.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 c7a3de57630471a6903202baba4d6f1b3dfab1d8
18+
git checkout -f 876e736e07d90d024b4dd06eedb495509cd7364c
1919

2020
RUN \
2121
echo "**** build frontend ****" && \
@@ -179,7 +179,7 @@ RUN \
179179
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
180180
curl -o \
181181
/tmp/selkies.tar.gz -L \
182-
"https://github.com/selkies-project/selkies/archive/c7a3de57630471a6903202baba4d6f1b3dfab1d8.tar.gz" && \
182+
"https://github.com/selkies-project/selkies/archive/876e736e07d90d024b4dd06eedb495509cd7364c.tar.gz" && \
183183
cd /tmp && \
184184
tar xf selkies.tar.gz && \
185185
cd selkies-* && \

0 commit comments

Comments
 (0)