Skip to content

Commit 1dba702

Browse files
📌 05/02/25 Patching (#108)
Signed-off-by: Jacob Woffenden <jacob.woffenden@justice.gov.uk>
1 parent 4b3bf15 commit 1dba702

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

‎Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#checkov:skip=CKV_DOCKER_2: HEALTHCHECK not required - Health checks are implemented downstream of this image
22

3-
FROM public.ecr.aws/ubuntu/ubuntu@sha256:da20fb875cfefd317c49e7aaf3998d3e5ad42c5b20f34a0eec6dca2fe4fbb8f4
3+
FROM public.ecr.aws/ubuntu/ubuntu@sha256:562b04c2e7aedb72b0f919d659f6c607087f839d584037f096d9cd97b308006e
44

55
LABEL org.opencontainers.image.vendor="Ministry of Justice" \
66
org.opencontainers.image.authors="Analytical Platform (analytical-platform@digital.justice.gov.uk)" \
@@ -9,9 +9,9 @@ LABEL org.opencontainers.image.vendor="Ministry of Justice" \
99
org.opencontainers.image.url="https://github.com/ministryofjustice/analytical-platform-cloud-development-environment-base"
1010

1111
ENV ANALYTICAL_PLATFORM_DIRECTORY="/opt/analytical-platform" \
12-
AWS_CLI_VERSION="2.23.3" \
12+
AWS_CLI_VERSION="2.23.13" \
1313
AWS_SSO_CLI_VERSION="1.17.0" \
14-
CLOUD_PLATFORM_CLI_VERSION="1.37.14" \
14+
CLOUD_PLATFORM_CLI_VERSION="1.39.5" \
1515
CONTAINER_GID="1000" \
1616
CONTAINER_GROUP="analyticalplatform" \
1717
CONTAINER_UID="1000" \
@@ -20,8 +20,8 @@ ENV ANALYTICAL_PLATFORM_DIRECTORY="/opt/analytical-platform" \
2020
CUDA_VERSION="12.6.3" \
2121
DEBIAN_FRONTEND="noninteractive" \
2222
DOTNET_SDK_VERSION="8.0.112-0ubuntu1~24.04.1" \
23-
HELM_VERSION="3.16.4" \
24-
KUBECTL_VERSION="1.29.12" \
23+
HELM_VERSION="3.17.0" \
24+
KUBECTL_VERSION="1.29.13" \
2525
LANG="C.UTF-8" \
2626
LANGUAGE="C.UTF-8" \
2727
LC_ALL="C.UTF-8" \

‎test/container-structure-test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ commandTests:
4242
- name: "aws"
4343
command: "aws"
4444
args: ["--version"]
45-
expectedOutput: ["aws-cli/2.23.3"]
45+
expectedOutput: ["aws-cli/2.23.13"]
4646

4747
- name: "aws-sso"
4848
command: "aws-sso"
@@ -92,17 +92,17 @@ commandTests:
9292
- name: "kubectl"
9393
command: "kubectl"
9494
args: ["version", "--client"]
95-
expectedOutput: ["Client Version: v1.29.12"]
95+
expectedOutput: ["Client Version: v1.29.13"]
9696

9797
- name: "helm"
9898
command: "helm"
9999
args: ["version"]
100-
expectedOutput: ["3.16.4"]
100+
expectedOutput: ["3.17.0"]
101101

102102
- name: "cloud-platform"
103103
command: "cloud-platform"
104104
args: ["--skip-version-check", "version"]
105-
expectedOutput: ["1.37.14"]
105+
expectedOutput: ["1.39.5"]
106106

107107
- name: "vim"
108108
command: "vim"

0 commit comments

Comments
 (0)