File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM debian:bookworm -slim
1+ FROM debian:trixie -slim
22
33ARG TARGETOS
44ARG TARGETARCH
@@ -35,7 +35,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3535 && rm -rf /var/lib/apt/lists/*
3636
3737RUN 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
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ An example configuration can be found in the Gluon repository at *docs/site-exam
2525Dependencies
2626------------
2727To 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
You can’t perform that action at this time.
0 commit comments