Skip to content

Commit a949c36

Browse files
authored
Merge pull request #431 from Automattic/update-ubuntu-base
chore(ubuntu-base): update base image and features
2 parents a0a389b + 91a7314 commit a949c36

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:3cf7ca93154faf9bdb128f3009cf1d1a91750ec97cc52082cf5d4edef5451f85",
66
"integrity": "sha256:3cf7ca93154faf9bdb128f3009cf1d1a91750ec97cc52082cf5d4edef5451f85"
77
},
8-
"ghcr.io/devcontainers/features/git:1.3.2": {
9-
"version": "1.3.2",
10-
"resolved": "ghcr.io/devcontainers/features/git@sha256:63c96e8ac33f5630300d8883e2ec3123278de70d318589af596ea1954846014d",
11-
"integrity": "sha256:63c96e8ac33f5630300d8883e2ec3123278de70d318589af596ea1954846014d"
8+
"ghcr.io/devcontainers/features/git:1.3.3": {
9+
"version": "1.3.3",
10+
"resolved": "ghcr.io/devcontainers/features/git@sha256:d2d768ecc06f6b71ecd0820408c6272de2cc24427fe07921d93ede5c7775ad1d",
11+
"integrity": "sha256:d2d768ecc06f6b71ecd0820408c6272de2cc24427fe07921d93ede5c7775ad1d"
1212
},
13-
"ghcr.io/devcontainers/features/github-cli:1.0.13": {
14-
"version": "1.0.13",
15-
"resolved": "ghcr.io/devcontainers/features/github-cli@sha256:13b301a039ce9e0bb07d45ea0c106c946cfff01c3b9844bbec6b0c7bacba8de3",
16-
"integrity": "sha256:13b301a039ce9e0bb07d45ea0c106c946cfff01c3b9844bbec6b0c7bacba8de3"
13+
"ghcr.io/devcontainers/features/github-cli:1.0.14": {
14+
"version": "1.0.14",
15+
"resolved": "ghcr.io/devcontainers/features/github-cli@sha256:ca677566507c4118e4368cd76a4800807e911e5e350cc3525fb67ebc9132dfa1",
16+
"integrity": "sha256:ca677566507c4118e4368cd76a4800807e911e5e350cc3525fb67ebc9132dfa1"
1717
}
1818
}
1919
}

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

Lines changed: 3 additions & 3 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.35"
9+
"image-version": "0.0.36"
1010
},
1111
"remoteUser": "vscode",
1212
"containerEnv": {
@@ -26,8 +26,8 @@
2626
"upgradePackages": true,
2727
"username": "vscode"
2828
},
29-
"ghcr.io/devcontainers/features/github-cli:1.0.13": {},
30-
"ghcr.io/devcontainers/features/git:1.3.2": {},
29+
"ghcr.io/devcontainers/features/github-cli:1.0.14": {},
30+
"ghcr.io/devcontainers/features/git:1.3.3": {},
3131
"./.devcontainer/local-features/sudo": {},
3232
"./.devcontainer/local-features/cleanup": {},
3333
"./.devcontainer/local-features/syslog": {}

base-images/src/ubuntu-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM buildpack-deps:noble-curl@sha256:0591c4ff26a20c9bd55f2531bc515396f6d356830bbe9e1136205dcabcf857cf
1+
FROM buildpack-deps:noble-curl@sha256:130fe02e4ba5e3b75a59e13385d0712f2debc246348ba27ecc10fcf3b2a92356
22

33
RUN apt-get update \
44
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)