We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f443d8 commit 7165193Copy full SHA for 7165193
1 file changed
containers/debian-dev/Dockerfile
@@ -15,7 +15,7 @@ RUN bash install-from-binstall-release.sh && \
15
cargo binstall cargo-deb@${CARGO_DEB_VERSION}
16
17
# renovate: datasource=github-releases packageName=helix-editor/helix versioning=loose
18
-ARG HELIX_VERSION="25.01.1"
+ARG HELIX_VERSION="25.07.1"
19
RUN git clone https://github.com/helix-editor/helix.git --branch ${HELIX_VERSION} --depth 1
20
WORKDIR /app/helix
21
0 commit comments