Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion che-base-slim/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://github.com/batleforc/WeeboDevImage/c
LABEL org.opencontainers.image.title="Che-Base-SlimImage"
LABEL org.opencontainers.image.source="https://github.com/batleforc/WeeboDevImage"

ENV MISE_VERSION="v2026.6.13"
ENV MISE_VERSION="v2026.7.3"
ENV HOME=/home/tooling

USER 0
Expand Down
4 changes: 2 additions & 2 deletions che-base/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ LABEL org.opencontainers.image.title="Che-BaseImage"
LABEL org.opencontainers.image.source="https://github.com/batleforc/WeeboDevImage"

ENV HELM_VERSION="v4.2.2"
ENV TASKFILE_VERSION="v3.51.1"
ENV TASKFILE_VERSION="v3.52.0"
ENV k9S_VERSION="v0.51.0"
ENV KREW_VERSION="v0.5.0"
ENV GITLEAKS_VERSION="8.30.1"
ENV KUBEDOCK_VERSION="0.21.1"
ENV KUBEDOCK_VERSION="0.22.0"
ENV COCOGITTO_VERSION="7.0.0"
ENV YQ_VERSION="v4.45.1"

Expand Down
2 changes: 1 addition & 1 deletion che-min-mise/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.title="Che-Min-MiseImage"

ENV KUBE_VERSION="v1.36.2"
ENV FIRACODE_VERSION="v3.4.0"
ENV MISE_VERSION="v2026.6.13"
ENV MISE_VERSION="v2026.7.3"

ENV HOME=/home/tooling
ENV NVM_DIR=/home/tooling/.nvm
Expand Down
2 changes: 1 addition & 1 deletion che-mise/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ USER 0

# START Infra Block

ENV MISE_VERSION="v2026.6.13"
ENV MISE_VERSION="v2026.7.3"

RUN curl -fsSL https://github.com/jdx/mise/releases/download/${MISE_VERSION}/mise-${MISE_VERSION}-linux-x64 \
-o /home/tooling/.local/bin/mise && \
Expand Down
2 changes: 1 addition & 1 deletion che-polyglot/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ USER 0

# START Infra Block

ENV MISE_VERSION="v2026.6.13"
ENV MISE_VERSION="v2026.7.3"

## Extra build deps useful when mise compiles tools from source
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down