From 01ffcfbc4d75b5482cb315278efe243709465d83 Mon Sep 17 00:00:00 2001 From: Jacob Woffenden Date: Mon, 4 Nov 2024 13:47:02 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=2004/11/24=20Patching=20(#167)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jacob Woffenden --- Dockerfile | 4 ++-- test/container-structure-test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 70260f8..078aec4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/ministryofjustice/analytical-platform-cloud-development-environment-base@sha256:642f27835387423029b56cf298d671259d56f505157bcfae2d2a193993f4ca35 +FROM ghcr.io/ministryofjustice/analytical-platform-cloud-development-environment-base@sha256:84f625b8ee5bba207ab0689d356458dba377b878e9e1341b2bebe75f5aab3f71 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.94.2-1728494015" +ENV VISUAL_STUDIO_CODE_VERSION="1.95.1-1730355339" SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"] diff --git a/test/container-structure-test.yml b/test/container-structure-test.yml index d7942d7..2c811b3 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.94.2"] + expectedOutput: ["1.95.1"] fileExistenceTests: - name: "/opt/analytical-platform/first-run-notice.txt"