Skip to content

Commit

Permalink
Update CDE base to 1.7.0-rc1
Browse files Browse the repository at this point in the history
Update VS Code to 1.95.2

Signed-off-by: Jacob Woffenden <jacob.woffenden@justice.gov.uk>
  • Loading branch information
jacobwoffenden committed Nov 11, 2024
1 parent b465d4c commit 4de4483
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
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)" \
org.opencontainers.image.title="Visual Studio Code" \
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"]

Expand Down
2 changes: 1 addition & 1 deletion test/container-structure-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4de4483

Please sign in to comment.