Skip to content

Commit

Permalink
Merge pull request #350 from Automattic/update-common-utils
Browse files Browse the repository at this point in the history
chore(deps): update `common-utils` to 2.5.1
  • Loading branch information
sjinks authored Aug 21, 2024
2 parents 279912c + 2c4e36b commit c79fdab
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions images/src/ubuntu-base/.devcontainer-lock.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"features": {
"ghcr.io/devcontainers/features/common-utils:2.5.0": {
"version": "2.5.0",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:6a1d1f7f1617074baed18bb73b9ddd502f18ba7591a2140d274ec89bcd8cee23",
"integrity": "sha256:6a1d1f7f1617074baed18bb73b9ddd502f18ba7591a2140d274ec89bcd8cee23"
"ghcr.io/devcontainers/features/common-utils:2.5.1": {
"version": "2.5.1",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9da676524999513412f2c27604d786ba0bbf3575eb1859166c5a1233f037fc08",
"integrity": "sha256:9da676524999513412f2c27604d786ba0bbf3575eb1859166c5a1233f037fc08"
},
"ghcr.io/devcontainers/features/git:1.3.2": {
"version": "1.3.2",
Expand Down
4 changes: 2 additions & 2 deletions images/src/ubuntu-base/.devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"x-build": {
"name": "Ubuntu",
"image-name": "ubuntu-base",
"image-version": "0.0.23"
"image-version": "0.0.24"
},
"remoteUser": "vscode",
"containerEnv": {
Expand All @@ -19,7 +19,7 @@
"SHELL": "/bin/bash"
},
"features": {
"ghcr.io/devcontainers/features/common-utils:2.5.0": {
"ghcr.io/devcontainers/features/common-utils:2.5.1": {
"installZsh": false,
"installOhMyZsh": false,
"installOhMyZshConfig": false,
Expand Down
8 changes: 4 additions & 4 deletions images/src/wpvip-base/.devcontainer-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"resolved": "ghcr.io/devcontainers-contrib/features/composer@sha256:672688d643dc534d73a97b406746363e0206889e3360a3235aff5cac75368c98",
"integrity": "sha256:672688d643dc534d73a97b406746363e0206889e3360a3235aff5cac75368c98"
},
"ghcr.io/devcontainers/features/common-utils:2.5.0": {
"version": "2.5.0",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:6a1d1f7f1617074baed18bb73b9ddd502f18ba7591a2140d274ec89bcd8cee23",
"integrity": "sha256:6a1d1f7f1617074baed18bb73b9ddd502f18ba7591a2140d274ec89bcd8cee23"
"ghcr.io/devcontainers/features/common-utils:2.5.1": {
"version": "2.5.1",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9da676524999513412f2c27604d786ba0bbf3575eb1859166c5a1233f037fc08",
"integrity": "sha256:9da676524999513412f2c27604d786ba0bbf3575eb1859166c5a1233f037fc08"
},
"ghcr.io/devcontainers/features/git:1.3.2": {
"version": "1.3.2",
Expand Down
4 changes: 2 additions & 2 deletions images/src/wpvip-base/.devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"x-build": {
"name": "WPVIP",
"image-name": "wpvip-base",
"image-version": "0.0.16"
"image-version": "0.0.17"
},
"remoteUser": "vscode",
"postStartCommand": "/usr/local/bin/post-start.sh",
"features": {
"ghcr.io/devcontainers/features/common-utils:2.5.0": {
"ghcr.io/devcontainers/features/common-utils:2.5.1": {
"installZsh": false,
"installOhMyZsh": false,
"installOhMyZshConfig": false,
Expand Down

0 comments on commit c79fdab

Please sign in to comment.