Skip to content

Commit

Permalink
devcontainer: use bookworm, rm clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
JKatzwinkel authored Aug 30, 2023
1 parent e7366da commit 8847df7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"name": "Java",
"image": "mcr.microsoft.com/devcontainers/java:0-17",
"image": "mcr.microsoft.com/devcontainers/java:1-17-bookworm",
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/common-utils:2": {
"configureZshAsDefaultShell": "true"
},
"ghcr.io/devcontainers-contrib/features/curl-apt-get:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
"customizations": {
Expand Down

0 comments on commit 8847df7

Please sign in to comment.