diff --git a/Dockerfile b/Dockerfile index efddd43..9ceafce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/ministryofjustice/analytical-platform-cloud-development-environment-base@sha256:817537425bd23bfbd870c1c7ee63fd5ececd95f859e66eb5e9c4b34aeadb5f42 +FROM ghcr.io/ministryofjustice/analytical-platform-cloud-development-environment-base@sha256:79e329ee30c41f4f8fc98d8f03ab0d889dd2aa024d2afa7278ea593a41467594 LABEL org.opencontainers.image.vendor="Ministry of Justice" \ org.opencontainers.image.authors="Analytical Platform (analytical-platform@digital.justice.gov.uk)" \ @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.vendor="Ministry of Justice" \ org.opencontainers.image.description="Visual Studio Code image for Analytical Platform" \ org.opencontainers.image.url="https://github.com/ministryofjustice/analytical-platform-visual-studio-code" -ENV VISUAL_STUDIO_CODE_VERSION="1.95.1-1730355339" +ENV VISUAL_STUDIO_CODE_VERSION="1.95.2-1730981514" SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"] diff --git a/test/container-structure-test.yml b/test/container-structure-test.yml index 2c811b3..0ac82ed 100644 --- a/test/container-structure-test.yml +++ b/test/container-structure-test.yml @@ -8,7 +8,7 @@ commandTests: - name: "code" command: "code" args: ["--version"] - expectedOutput: ["1.95.1"] + expectedOutput: ["1.95.2"] fileExistenceTests: - name: "/opt/analytical-platform/first-run-notice.txt"