Skip to content

Commit 046b176

Browse files
committed
fix: use bookworm codename for APT repository in Ubuntu Dockerfile
- Change APT repository dist from 'noble' to 'bookworm' - This matches the actual repository configuration on builds.acn.fr
1 parent ae26c3a commit 046b176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ WORKDIR /tmp
2727
RUN mkdir -p /etc/apt/keyrings && \
2828
curl -fsSL https://builds.acn.fr/repository/apt-keys/openspp/public.key | \
2929
gpg --dearmor -o /etc/apt/keyrings/openspp.gpg && \
30-
echo "deb [signed-by=/etc/apt/keyrings/openspp.gpg] https://builds.acn.fr/repository/apt-openspp-daily noble main" > \
30+
echo "deb [signed-by=/etc/apt/keyrings/openspp.gpg] https://builds.acn.fr/repository/apt-openspp-daily bookworm main" > \
3131
/etc/apt/sources.list.d/openspp.list && \
3232
apt-get update && \
3333
apt-cache show openspp-17-daily

0 commit comments

Comments
 (0)