Skip to content

Commit

Permalink
Switch the container to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markhermeling committed Aug 28, 2024
1 parent e003ab9 commit bb2b073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Rust",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "ghcr.io/codesecure-se/rust-cso-builder:8.1p0",
"image": "ghcr.io/codesecure-se/rust-cso-builder:8.2p0",
"mounts" : [
"source=${localEnv:HOME}/.csurf,target=/home/user/.csurf,type=bind",
"source=${localEnv:HOME}/.ssh,target=/home/user/.ssh,type=bind",
Expand Down

0 comments on commit bb2b073

Please sign in to comment.