File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 0.204.15 " ,
2+ "version" : " 0.205.0 " ,
33 "build" : {
44 "latest" : true ,
55 "rootDistro" : " debian" ,
Original file line number Diff line number Diff line change 1111 "integrity" : " sha256:245b89453a017490401090692650c6bad5c41159be58a7a13d7a95d542af5c7d"
1212 },
1313 "ghcr.io/devcontainers/features/docker-in-docker:2" : {
14- "version" : " 2.10.2 " ,
15- "resolved" : " ghcr.io/devcontainers/features/docker-in-docker@sha256:23ae11a86089da5f0b98a6edd603f91831802b7f2d5ef1e104e1b94a3beb546c " ,
16- "integrity" : " sha256:23ae11a86089da5f0b98a6edd603f91831802b7f2d5ef1e104e1b94a3beb546c "
14+ "version" : " 2.11.0 " ,
15+ "resolved" : " ghcr.io/devcontainers/features/docker-in-docker@sha256:503f23cd692325b3cbb8c20a0ecfabb3444b0c786b363e0c82572bd7d71dc099 " ,
16+ "integrity" : " sha256:503f23cd692325b3cbb8c20a0ecfabb3444b0c786b363e0c82572bd7d71dc099 "
1717 },
1818 "ghcr.io/devcontainers/features/dotnet:2" : {
1919 "version" : " 2.0.5" ,
Original file line number Diff line number Diff line change 1111 },
1212 "ghcr.io/devcontainers/features/dotnet:2" : {
1313 "version" : " 8.0" ,
14- "dotnetRuntimeVersions" : " 7.0" ,
15- "aspNetCoreRuntimeVersions" : " 7.0"
14+ // Temporarily pinning as the dotnet-install script is flakey (attempts to install bits of 7.0.19 of Runtime, but 7.0.18 of Core & Runtime)
15+ // See https://github.com/devcontainers/images/actions/runs/9083566665/job/24962519615?pr=1065#step:3:6146
16+ "dotnetRuntimeVersions" : " 7.0.18" ,
17+ "aspNetCoreRuntimeVersions" : " 7.0.18"
1618 },
1719 "ghcr.io/devcontainers/features/hugo:1" : {
1820 "version" : " latest"
Original file line number Diff line number Diff line change 11{
2- "version" : " 2.10.2 " ,
2+ "version" : " 2.11.0 " ,
33 "build" : {
44 "latest" : true ,
55 "rootDistro" : " debian" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ checkCommon
99check " git" git --version
1010
1111git_version=$( git --version)
12- check-version-ge " git-requirement" " ${git_version} " " git version 2.40 .1"
12+ check-version-ge " git-requirement" " ${git_version} " " git version 2.45 .1"
1313
1414check " set-git-config-user-name" sh -c " sudo git config --system user.name devcontainers"
1515check " gitconfig-file-location" sh -c " ls /etc/gitconfig"
You can’t perform that action at this time.
0 commit comments