Skip to content

Commit

Permalink
Added new kubectl version (#65)
Browse files Browse the repository at this point in the history
* Added new kubectl version

* Upgraded helm and kubectl version to latest for hmpps-devops-tools
  • Loading branch information
Sandhya1874 authored Sep 17, 2024
1 parent 5cd6693 commit dfa1db2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hmpps-clamav/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM clamav/clamav:stable_base

# Install kubectl - needed for our daily reload cronjob
ENV KUBECTL_VERSION=v1.29.7
ENV KUBECTL_VERSION=v1.29.9
RUN apk update && \
apk upgrade && \
# Remediation: CVE-2023-38545
Expand Down
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 dfa1db2

Please sign in to comment.