Skip to content

Commit

Permalink
Updated to upgrade helm and kubernetes version in hmpps-developer-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandhya1874 committed Aug 16, 2024
1 parent 8ecae21 commit c4e5c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hmpps-devops-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit c4e5c30

Please sign in to comment.