Skip to content

Commit

Permalink
updated dockerfile to upgrade helm and kubernetes version in hmpps-cl…
Browse files Browse the repository at this point in the history
…amav
  • Loading branch information
Sandhya1874 committed Aug 16, 2024
1 parent 8235b21 commit 064ed98
Showing 1 changed file with 1 addition and 1 deletion.
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.20.15
ENV KUBECTL_VERSION=v1.29.7
RUN apk update && \
apk upgrade && \
# Remediation: CVE-2023-38545
Expand Down

0 comments on commit 064ed98

Please sign in to comment.