diff --git a/hmpps-devops-tools/Dockerfile b/hmpps-devops-tools/Dockerfile index 4fa9254..99d307b 100644 --- a/hmpps-devops-tools/Dockerfile +++ b/hmpps-devops-tools/Dockerfile @@ -1,8 +1,8 @@ FROM python:3-slim-bookworm ENV \ - HELM_VERSION=3.13.3 \ - KUBECTL_VERSION=1.26.12 + HELM_VERSION=3.15.4 \ + KUBECTL_VERSION=1.29.7 RUN apt-get clean && apt-get update && apt-get upgrade -y \ && apt-get install --no-install-recommends -qy locales tzdata apt-utils apt-transport-https lsb-release gnupg software-properties-common build-essential vim jq zsh groff git curl wget zip unzip httpie dnsutils apache2-utils \