Skip to content

Commit

Permalink
Merge pull request #333 from Automattic/dependabot/devcontainers/imag…
Browse files Browse the repository at this point in the history
…es/src/ubuntu-base/ghcr.io/devcontainers/features/common-utils-2.4.6

build(deps): bump ghcr.io/devcontainers/features/common-utils from 2.4.5 to 2.4.6 in /images/src/ubuntu-base
  • Loading branch information
sjinks authored Aug 14, 2024
2 parents 420ea78 + 6473e77 commit 00e0843
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.4.5": {
"version": "2.4.5",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:e232c240319c4e019467c1099536c5eefebd762cf017d6d50353ed50fbf66ba3",
"integrity": "sha256:e232c240319c4e019467c1099536c5eefebd762cf017d6d50353ed50fbf66ba3"
"ghcr.io/devcontainers/features/common-utils:2.4.6": {
"version": "2.4.6",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:facff90a18e4ff8cf7fa55032aec6e2acb4c0865fa29640d341cc5ce0636d465",
"integrity": "sha256:facff90a18e4ff8cf7fa55032aec6e2acb4c0865fa29640d341cc5ce0636d465"
},
"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.19"
"image-version": "0.0.20"
},
"remoteUser": "vscode",
"containerEnv": {
Expand All @@ -19,7 +19,7 @@
"SHELL": "/bin/bash"
},
"features": {
"ghcr.io/devcontainers/features/common-utils:2.4.5": {
"ghcr.io/devcontainers/features/common-utils:2.4.6": {
"installZsh": false,
"installOhMyZsh": false,
"installOhMyZshConfig": false,
Expand Down

0 comments on commit 00e0843

Please sign in to comment.