Skip to content

Commit fc63aa8

Browse files
authored
Merge pull request #502 from Automattic/update-ubuntu-features
chore(ubuntu-base): update features
2 parents e38caa1 + 2c5dbc2 commit fc63aa8

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"features": {
3-
"ghcr.io/devcontainers/features/common-utils:2.5.5": {
4-
"version": "2.5.5",
5-
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:6d22e5475de578a8dadf19ce15c0ed09d82d8e3006b851dae7fe59a959c9b787",
6-
"integrity": "sha256:6d22e5475de578a8dadf19ce15c0ed09d82d8e3006b851dae7fe59a959c9b787"
3+
"ghcr.io/devcontainers/features/common-utils:2.5.6": {
4+
"version": "2.5.6",
5+
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45",
6+
"integrity": "sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45"
77
},
8-
"ghcr.io/devcontainers/features/git:1.3.4": {
9-
"version": "1.3.4",
10-
"resolved": "ghcr.io/devcontainers/features/git@sha256:f24645e64ad39a596131a50ec96f7d5cf7a2a87544cce772dd4b7182a233e98a",
11-
"integrity": "sha256:f24645e64ad39a596131a50ec96f7d5cf7a2a87544cce772dd4b7182a233e98a"
8+
"ghcr.io/devcontainers/features/git:1.3.5": {
9+
"version": "1.3.5",
10+
"resolved": "ghcr.io/devcontainers/features/git@sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251",
11+
"integrity": "sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251"
1212
},
13-
"ghcr.io/devcontainers/features/github-cli:1.0.15": {
14-
"version": "1.0.15",
15-
"resolved": "ghcr.io/devcontainers/features/github-cli@sha256:1ad1ec1a806cc9926c84ca5b147427bba03b97e14e91f9df89af83726039ecaf",
16-
"integrity": "sha256:1ad1ec1a806cc9926c84ca5b147427bba03b97e14e91f9df89af83726039ecaf"
13+
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
14+
"version": "1.1.0",
15+
"resolved": "ghcr.io/devcontainers/features/github-cli@sha256:d22f50b70ed75339b4eed1ba9ecde3a1791f90e88d37936517e3bace0bbad671",
16+
"integrity": "sha256:d22f50b70ed75339b4eed1ba9ecde3a1791f90e88d37936517e3bace0bbad671"
1717
}
1818
}
1919
}

base-images/src/ubuntu-base/.devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"x-build": {
77
"name": "Ubuntu",
88
"image-name": "ubuntu-base",
9-
"image-version": "0.0.41"
9+
"image-version": "0.0.42"
1010
},
1111
"remoteUser": "vscode",
1212
"containerEnv": {
@@ -19,15 +19,15 @@
1919
"SHELL": "/bin/bash"
2020
},
2121
"features": {
22-
"ghcr.io/devcontainers/features/common-utils:2.5.5": {
22+
"ghcr.io/devcontainers/features/common-utils:2.5.6": {
2323
"installZsh": false,
2424
"installOhMyZsh": false,
2525
"installOhMyZshConfig": false,
2626
"upgradePackages": true,
2727
"username": "vscode"
2828
},
29-
"ghcr.io/devcontainers/features/github-cli:1.0.15": {},
30-
"ghcr.io/devcontainers/features/git:1.3.4": {},
29+
"ghcr.io/devcontainers/features/github-cli:1.1.0": {},
30+
"ghcr.io/devcontainers/features/git:1.3.5": {},
3131
"./.devcontainer/local-features/sudo": {},
3232
"./.devcontainer/local-features/cleanup": {},
3333
"./.devcontainer/local-features/syslog": {}

0 commit comments

Comments
 (0)