Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧪 Update CDE Base + VS Code #172

Merged
merged 2 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:7d248f3f3be267a0fb7e07b801734b8c8c281521353cfc3ab8fe85fe3e5b09b5

LABEL org.opencontainers.image.vendor="Ministry of Justice" \
org.opencontainers.image.authors="Analytical Platform ([email protected])" \
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