Skip to content

Commit

Permalink
Upgraded helm and kubectl version to latest for hmpps-devops-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandhya1874 committed Sep 17, 2024
1 parent 64e4fef commit 7d18652
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.15.4 \
KUBECTL_VERSION=1.29.7
HELM_VERSION=3.16.1 \
KUBECTL_VERSION=1.29.9

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 7d18652

Please sign in to comment.