diff --git a/base-images/src/ubuntu-base/.devcontainer-lock.json b/base-images/src/ubuntu-base/.devcontainer-lock.json index aae91649..a7e3bdbc 100644 --- a/base-images/src/ubuntu-base/.devcontainer-lock.json +++ b/base-images/src/ubuntu-base/.devcontainer-lock.json @@ -5,10 +5,10 @@ "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:3cf7ca93154faf9bdb128f3009cf1d1a91750ec97cc52082cf5d4edef5451f85", "integrity": "sha256:3cf7ca93154faf9bdb128f3009cf1d1a91750ec97cc52082cf5d4edef5451f85" }, - "ghcr.io/devcontainers/features/git:1.3.3": { - "version": "1.3.3", - "resolved": "ghcr.io/devcontainers/features/git@sha256:d2d768ecc06f6b71ecd0820408c6272de2cc24427fe07921d93ede5c7775ad1d", - "integrity": "sha256:d2d768ecc06f6b71ecd0820408c6272de2cc24427fe07921d93ede5c7775ad1d" + "ghcr.io/devcontainers/features/git:1.3.4": { + "version": "1.3.4", + "resolved": "ghcr.io/devcontainers/features/git@sha256:f24645e64ad39a596131a50ec96f7d5cf7a2a87544cce772dd4b7182a233e98a", + "integrity": "sha256:f24645e64ad39a596131a50ec96f7d5cf7a2a87544cce772dd4b7182a233e98a" }, "ghcr.io/devcontainers/features/github-cli:1.0.14": { "version": "1.0.14", diff --git a/base-images/src/ubuntu-base/.devcontainer.json b/base-images/src/ubuntu-base/.devcontainer.json index 2f823894..91f8e4bc 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.37" + "image-version": "0.0.38" }, "remoteUser": "vscode", "containerEnv": { @@ -27,7 +27,7 @@ "username": "vscode" }, "ghcr.io/devcontainers/features/github-cli:1.0.14": {}, - "ghcr.io/devcontainers/features/git:1.3.3": {}, + "ghcr.io/devcontainers/features/git:1.3.4": {}, "./.devcontainer/local-features/sudo": {}, "./.devcontainer/local-features/cleanup": {}, "./.devcontainer/local-features/syslog": {}