Skip to content

Commit 478698e

Browse files
committed
bump selkies add trixie to list
1 parent ac316f5 commit 478698e

4 files changed

Lines changed: 6 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 bc501eae8c6f807ebe1bbf3fb5c1f54bc7665ae3
19+
git checkout -f f56d4a951acbcaf659867561f3f659555dfc0cd7
2020

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

2121
RUN \
2222
echo "**** build frontend ****" && \
@@ -174,7 +174,7 @@ RUN \
174174
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
175175
curl -o \
176176
/tmp/selkies.tar.gz -L \
177-
"https://github.com/selkies-project/selkies/archive/bc501eae8c6f807ebe1bbf3fb5c1f54bc7665ae3.tar.gz" && \
177+
"https://github.com/selkies-project/selkies/archive/f56d4a951acbcaf659867561f3f659555dfc0cd7.tar.gz" && \
178178
cd /tmp && \
179179
tar xf selkies.tar.gz && \
180180
cd selkies-* && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ All base images are built for x86_64 and aarch64 platforms.
6767
| Alpine | alpine322 |
6868
| Arch | arch |
6969
| Debian | debianbookworm |
70+
| Debian | debiantrixie |
7071
| Enterprise Linux | el9 |
7172
| Fedora | fedora42 |
7273
| Kali | kali |

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ full_custom_readme: |
7171
| Alpine | alpine322 |
7272
| Arch | arch |
7373
| Debian | debianbookworm |
74+
| Debian | debiantrixie |
7475
| Enterprise Linux | el9 |
7576
| Fedora | fedora42 |
7677
| Kali | kali |

0 commit comments

Comments
 (0)