diff --git a/base-images/src/ubuntu-base/.devcontainer-lock.json b/base-images/src/ubuntu-base/.devcontainer-lock.json index f508bbfd..3997ebcc 100644 --- a/base-images/src/ubuntu-base/.devcontainer-lock.json +++ b/base-images/src/ubuntu-base/.devcontainer-lock.json @@ -1,14 +1,14 @@ { "features": { - "ghcr.io/devcontainers/features/common-utils:2.5.7": { - "version": "2.5.7", - "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4", - "integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4" + "ghcr.io/devcontainers/features/common-utils:2.5.9": { + "version": "2.5.9", + "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:cb0c4d3c276f157eed17935747e364178d75fee17f55c4e129966f64633deb3a", + "integrity": "sha256:cb0c4d3c276f157eed17935747e364178d75fee17f55c4e129966f64633deb3a" }, - "ghcr.io/devcontainers/features/git:1.3.5": { - "version": "1.3.5", - "resolved": "ghcr.io/devcontainers/features/git@sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251", - "integrity": "sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251" + "ghcr.io/devcontainers/features/git:1.3.8": { + "version": "1.3.8", + "resolved": "ghcr.io/devcontainers/features/git@sha256:fd75977de13a9979000e0e78baf949adb0ca71d2398995fa22e0a36d7e7e7fe2", + "integrity": "sha256:fd75977de13a9979000e0e78baf949adb0ca71d2398995fa22e0a36d7e7e7fe2" }, "ghcr.io/devcontainers/features/github-cli:1.1.0": { "version": "1.1.0", @@ -16,4 +16,4 @@ "integrity": "sha256:d22f50b70ed75339b4eed1ba9ecde3a1791f90e88d37936517e3bace0bbad671" } } -} \ No newline at end of file +} diff --git a/base-images/src/ubuntu-base/.devcontainer.json b/base-images/src/ubuntu-base/.devcontainer.json index cf94cf6b..a2fff0b5 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.43" + "image-version": "0.0.44" }, "remoteUser": "vscode", "containerEnv": { @@ -19,7 +19,7 @@ "SHELL": "/bin/bash" }, "features": { - "ghcr.io/devcontainers/features/common-utils:2.5.7": { + "ghcr.io/devcontainers/features/common-utils:2.5.9": { "installZsh": false, "installOhMyZsh": false, "installOhMyZshConfig": false, @@ -27,7 +27,7 @@ "username": "vscode" }, "ghcr.io/devcontainers/features/github-cli:1.1.0": {}, - "ghcr.io/devcontainers/features/git:1.3.5": {}, + "ghcr.io/devcontainers/features/git:1.3.8": {}, "./.devcontainer/local-features/sudo": {}, "./.devcontainer/local-features/cleanup": {}, "./.devcontainer/local-features/syslog": {}