Skip to content

Commit 68c2938

Browse files
authored
Update debian version
1 parent aad3c7b commit 68c2938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bullseye-slim
1+
FROM debian:bookworm-slim
22
LABEL maintainer [email protected]
33
ENV LANG C.UTF-8
44

@@ -8,7 +8,7 @@ RUN chmod 644 /etc/apt/trusted.gpg.d/apertium.gpg
88
ADD https://apertium.projectjj.com/apt/apertium.pref /etc/apt/preferences.d/apertium.pref
99
RUN chmod 644 /etc/apt/preferences.d/apertium.pref
1010

11-
RUN echo "deb http://apertium.projectjj.com/apt/nightly bullseye main" > /etc/apt/sources.list.d/apertium.list
11+
RUN echo "deb http://apertium.projectjj.com/apt/nightly bookworm main" > /etc/apt/sources.list.d/apertium.list
1212

1313
RUN apt-get -qq update && apt-get -qq install apertium-all-dev
1414

0 commit comments

Comments
 (0)