Skip to content

Commit

Permalink
build(devcontainer): upgrade docker engine to v26.x.y in the image
Browse files Browse the repository at this point in the history
1. This will help us with newer features and also potential CVEs in the
(now) quite outdated version we were using before.

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Jun 24, 2024
1 parent c69fb4c commit 279a4c3
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 @@ -9,7 +9,7 @@
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
"moby": true,
"installDockerBuildx": true,
"version": "20.10.24",
"version": "26.1.4",
"dockerDashComposeVersion": "v2"
},
"ghcr.io/devcontainers/features/git:1": {
Expand Down

0 comments on commit 279a4c3

Please sign in to comment.