Commit 1dba702 1 parent 4b3bf15 commit 1dba702 Copy full SHA for 1dba702
File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# checkov:skip=CKV_DOCKER_2: HEALTHCHECK not required - Health checks are implemented downstream of this image
2
2
3
- FROM public.ecr.aws/ubuntu/ubuntu@sha256:da20fb875cfefd317c49e7aaf3998d3e5ad42c5b20f34a0eec6dca2fe4fbb8f4
3
+ FROM public.ecr.aws/ubuntu/ubuntu@sha256:562b04c2e7aedb72b0f919d659f6c607087f839d584037f096d9cd97b308006e
4
4
5
5
LABEL org.opencontainers.image.vendor="Ministry of Justice" \
6
6
org.opencontainers.image.authors="Analytical Platform (analytical-platform@digital.justice.gov.uk)" \
@@ -9,9 +9,9 @@ LABEL org.opencontainers.image.vendor="Ministry of Justice" \
9
9
org.opencontainers.image.url="https://github.com/ministryofjustice/analytical-platform-cloud-development-environment-base"
10
10
11
11
ENV ANALYTICAL_PLATFORM_DIRECTORY="/opt/analytical-platform" \
12
- AWS_CLI_VERSION="2.23.3 " \
12
+ AWS_CLI_VERSION="2.23.13 " \
13
13
AWS_SSO_CLI_VERSION="1.17.0" \
14
- CLOUD_PLATFORM_CLI_VERSION="1.37.14 " \
14
+ CLOUD_PLATFORM_CLI_VERSION="1.39.5 " \
15
15
CONTAINER_GID="1000" \
16
16
CONTAINER_GROUP="analyticalplatform" \
17
17
CONTAINER_UID="1000" \
@@ -20,8 +20,8 @@ ENV ANALYTICAL_PLATFORM_DIRECTORY="/opt/analytical-platform" \
20
20
CUDA_VERSION="12.6.3" \
21
21
DEBIAN_FRONTEND="noninteractive" \
22
22
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 " \
25
25
LANG="C.UTF-8" \
26
26
LANGUAGE="C.UTF-8" \
27
27
LC_ALL="C.UTF-8" \
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ commandTests:
42
42
- name : " aws"
43
43
command : " aws"
44
44
args : ["--version"]
45
- expectedOutput : ["aws-cli/2.23.3 "]
45
+ expectedOutput : ["aws-cli/2.23.13 "]
46
46
47
47
- name : " aws-sso"
48
48
command : " aws-sso"
@@ -92,17 +92,17 @@ commandTests:
92
92
- name : " kubectl"
93
93
command : " kubectl"
94
94
args : ["version", "--client"]
95
- expectedOutput : ["Client Version: v1.29.12 "]
95
+ expectedOutput : ["Client Version: v1.29.13 "]
96
96
97
97
- name : " helm"
98
98
command : " helm"
99
99
args : ["version"]
100
- expectedOutput : ["3.16.4 "]
100
+ expectedOutput : ["3.17.0 "]
101
101
102
102
- name : " cloud-platform"
103
103
command : " cloud-platform"
104
104
args : ["--skip-version-check", "version"]
105
- expectedOutput : ["1.37.14 "]
105
+ expectedOutput : ["1.39.5 "]
106
106
107
107
- name : " vim"
108
108
command : " vim"
You can’t perform that action at this time.
0 commit comments