Skip to content

Commit

Permalink
Update base image
Browse files Browse the repository at this point in the history
Update VS Code
Add CVE ignore
  • Loading branch information
Jacob Woffenden authored Sep 23, 2024
1 parent 67f3b92 commit ef4ffd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ CVE-2024-0057
# Go
## aws-sso
CVE-2024-41110 # Vulnerability in github.com/docker/docker, but we don't run Docker on CDE
CVE-2024-34156
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:c5b1ca761b4a9db72506ed23831c525df52e5398177c041638d8f0b80c47356e
FROM ghcr.io/ministryofjustice/analytical-platform-cloud-development-environment-base@sha256:cd9fdb57437707322896c33655c02e6ae10e114615b206713c899281cdb71153

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.92.1-1723066302"
ENV VISUAL_STUDIO_CODE_VERSION="1.93.1-1726079302"

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.92.1"]
expectedOutput: ["1.93.1"]

fileExistenceTests:
- name: "/opt/analytical-platform/first-run-notice.txt"
Expand Down

0 comments on commit ef4ffd2

Please sign in to comment.