Skip to content

Commit

Permalink
Merge pull request #372 from Automattic/update-ubuntu-image
Browse files Browse the repository at this point in the history
chore(deps): update `ubuntu-base` image
  • Loading branch information
sjinks authored Oct 28, 2024
2 parents c9f001a + 6fffabd commit cea89f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.1": {
"version": "2.5.1",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9da676524999513412f2c27604d786ba0bbf3575eb1859166c5a1233f037fc08",
"integrity": "sha256:9da676524999513412f2c27604d786ba0bbf3575eb1859166c5a1233f037fc08"
"ghcr.io/devcontainers/features/common-utils:2.5.2": {
"version": "2.5.2",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:5b1c376d30719a4dead8fb2f272ee496cfb506f2f92b7acf9e1c24cb5399ba7d",
"integrity": "sha256:5b1c376d30719a4dead8fb2f272ee496cfb506f2f92b7acf9e1c24cb5399ba7d"
},
"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.27"
"image-version": "0.0.28"
},
"remoteUser": "vscode",
"containerEnv": {
Expand All @@ -19,7 +19,7 @@
"SHELL": "/bin/bash"
},
"features": {
"ghcr.io/devcontainers/features/common-utils:2.5.1": {
"ghcr.io/devcontainers/features/common-utils:2.5.2": {
"installZsh": false,
"installOhMyZsh": false,
"installOhMyZshConfig": false,
Expand Down
2 changes: 1 addition & 1 deletion images/src/ubuntu-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM buildpack-deps:noble-curl@sha256:00ce9a522e9b96a06cf9c62ed5f886a086452de5fbe729817b22742d97ba27aa
FROM buildpack-deps:noble-curl@sha256:7a96e3d4d74ed1951ce45182b753d37465476230f9d08f1908db6ba20f90ff99

RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit cea89f6

Please sign in to comment.