From f319fb1a811abc109aa0d4ba387f13cc1ba4ac7d Mon Sep 17 00:00:00 2001 From: Jacob Woffenden Date: Tue, 26 Nov 2024 16:51:47 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Update=20CDE=20Base=20(#177)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jacob Woffenden --- .github/workflows/release.yml | 6 ++++++ .github/workflows/scan.yml | 6 ++++++ Dockerfile | 4 ++-- test/container-structure-test.yml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13c0ad8..c0443a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,12 @@ jobs: id: checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - name: Clean Actions Runner + id: clean_actions_runner + uses: ministryofjustice/github-actions/clean-actions-runner@ccf9e3a4a828df1ec741f6c8e6ed9d0acaef3490 # v18.5.0 + with: + confirm: true + - name: Install cosign id: install_cosign uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0 diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 303cd9d..efda2ab 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -19,6 +19,12 @@ jobs: id: checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - name: Clean Actions Runner + id: clean_actions_runner + uses: ministryofjustice/github-actions/clean-actions-runner@ccf9e3a4a828df1ec741f6c8e6ed9d0acaef3490 # v18.5.0 + with: + confirm: true + - name: Build id: build shell: bash diff --git a/Dockerfile b/Dockerfile index 21e1e27..653198b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/ministryofjustice/analytical-platform-cloud-development-environment-base@sha256:7d248f3f3be267a0fb7e07b801734b8c8c281521353cfc3ab8fe85fe3e5b09b5 +FROM ghcr.io/ministryofjustice/analytical-platform-cloud-development-environment-base@sha256:84566c75d229f62ce76f549d999dfc68ba93af0dce65175efb6e410d6b160da8 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.2-1730981514" +ENV VISUAL_STUDIO_CODE_VERSION="1.95.3-1731513102" SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"] diff --git a/test/container-structure-test.yml b/test/container-structure-test.yml index 0ac82ed..31c3b99 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.2"] + expectedOutput: ["1.95.3"] fileExistenceTests: - name: "/opt/analytical-platform/first-run-notice.txt"