File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
base-images/src/ubuntu-base Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 5
5
"resolved" : " ghcr.io/devcontainers/features/common-utils@sha256:3cf7ca93154faf9bdb128f3009cf1d1a91750ec97cc52082cf5d4edef5451f85" ,
6
6
"integrity" : " sha256:3cf7ca93154faf9bdb128f3009cf1d1a91750ec97cc52082cf5d4edef5451f85"
7
7
},
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 "
12
12
},
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 "
17
17
}
18
18
}
19
19
}
Original file line number Diff line number Diff line change 6
6
"x-build" : {
7
7
"name" : " Ubuntu" ,
8
8
"image-name" : " ubuntu-base" ,
9
- "image-version" : " 0.0.35 "
9
+ "image-version" : " 0.0.36 "
10
10
},
11
11
"remoteUser" : " vscode" ,
12
12
"containerEnv" : {
26
26
"upgradePackages" : true ,
27
27
"username" : " vscode"
28
28
},
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 " : {},
31
31
"./.devcontainer/local-features/sudo" : {},
32
32
"./.devcontainer/local-features/cleanup" : {},
33
33
"./.devcontainer/local-features/syslog" : {}
Original file line number Diff line number Diff line change 1
- FROM buildpack-deps:noble-curl@sha256:0591c4ff26a20c9bd55f2531bc515396f6d356830bbe9e1136205dcabcf857cf
1
+ FROM buildpack-deps:noble-curl@sha256:130fe02e4ba5e3b75a59e13385d0712f2debc246348ba27ecc10fcf3b2a92356
2
2
3
3
RUN apt-get update \
4
4
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
You can’t perform that action at this time.
0 commit comments