diff --git a/base-images/src/ubuntu-base/.devcontainer-lock.json b/base-images/src/ubuntu-base/.devcontainer-lock.json index f765afde..49235ebb 100644 --- a/base-images/src/ubuntu-base/.devcontainer-lock.json +++ b/base-images/src/ubuntu-base/.devcontainer-lock.json @@ -1,9 +1,9 @@ { "features": { - "ghcr.io/devcontainers/features/common-utils:2.5.2": { - "version": "2.5.2", - "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:5b1c376d30719a4dead8fb2f272ee496cfb506f2f92b7acf9e1c24cb5399ba7d", - "integrity": "sha256:5b1c376d30719a4dead8fb2f272ee496cfb506f2f92b7acf9e1c24cb5399ba7d" + "ghcr.io/devcontainers/features/common-utils:2.5.3": { + "version": "2.5.3", + "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:3cf7ca93154faf9bdb128f3009cf1d1a91750ec97cc52082cf5d4edef5451f85", + "integrity": "sha256:3cf7ca93154faf9bdb128f3009cf1d1a91750ec97cc52082cf5d4edef5451f85" }, "ghcr.io/devcontainers/features/git:1.3.2": { "version": "1.3.2", diff --git a/base-images/src/ubuntu-base/.devcontainer.json b/base-images/src/ubuntu-base/.devcontainer.json index 3d8b318e..9a24fe76 100644 --- a/base-images/src/ubuntu-base/.devcontainer.json +++ b/base-images/src/ubuntu-base/.devcontainer.json @@ -6,7 +6,7 @@ "x-build": { "name": "Ubuntu", "image-name": "ubuntu-base", - "image-version": "0.0.34" + "image-version": "0.0.35" }, "remoteUser": "vscode", "containerEnv": { @@ -19,7 +19,7 @@ "SHELL": "/bin/bash" }, "features": { - "ghcr.io/devcontainers/features/common-utils:2.5.2": { + "ghcr.io/devcontainers/features/common-utils:2.5.3": { "installZsh": false, "installOhMyZsh": false, "installOhMyZshConfig": false,