Skip to content

Commit 44b5ee6

Browse files
authored
Merge pull request freifunk-gluon#3734 from ffac/update_docker
contrib: update dockerfile to debian trixie
2 parents b3744ad + e59c9cd commit 44b5ee6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

contrib/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bookworm-slim
1+
FROM debian:trixie-slim
22

33
ARG TARGETOS
44
ARG TARGETARCH
@@ -35,7 +35,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3535
&& rm -rf /var/lib/apt/lists/*
3636

3737
RUN mkdir /tmp/ec &&\
38-
wget -O /tmp/ec/ec-${TARGETOS}-${TARGETARCH}.tar.gz https://github.com/editorconfig-checker/editorconfig-checker/releases/download/2.7.0/ec-${TARGETOS}-${TARGETARCH}.tar.gz &&\
38+
wget -O /tmp/ec/ec-${TARGETOS}-${TARGETARCH}.tar.gz https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.6.1/ec-${TARGETOS}-${TARGETARCH}.tar.gz &&\
3939
tar -xvzf /tmp/ec/ec-${TARGETOS}-${TARGETARCH}.tar.gz &&\
4040
mv bin/ec-${TARGETOS}-${TARGETARCH} /usr/local/bin/editorconfig-checker &&\
4141
rm -rf /tmp/ec

docs/user/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ An example configuration can be found in the Gluon repository at *docs/site-exam
2525
Dependencies
2626
------------
2727
To build Gluon, several packages need to be installed on the system.
28-
On Debian Bookworm, you can install the required packages with the following command:
28+
On Debian Trixie, you can install the required packages with the following command:
2929

3030
.. code-block:: sh
3131

0 commit comments

Comments
 (0)