File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1717jobs :
1818 init :
1919 name : Initialize build
20- runs-on : ubuntu-latest
20+ runs-on : ubuntu-22.04
2121 outputs :
2222 architectures_alpine : ${{ steps.info_alpine.outputs.architectures }}
2323 architectures_debian : ${{ steps.info_debian.outputs.architectures }}
6363 build_alpine :
6464 name : Build ${{ matrix.arch }} alpine ${{ matrix.version }} base image
6565 needs : init
66- runs-on : ubuntu-latest
66+ runs-on : ubuntu-22.04
6767 permissions :
6868 contents : read
6969 id-token : write
@@ -107,7 +107,7 @@ jobs:
107107 build_debian :
108108 name : Build ${{ matrix.arch }} debian ${{ matrix.version }} base image
109109 needs : init
110- runs-on : ubuntu-latest
110+ runs-on : ubuntu-22.04
111111 permissions :
112112 contents : read
113113 id-token : write
@@ -152,7 +152,7 @@ jobs:
152152 build_ubuntu :
153153 name : Build ${{ matrix.arch }} ubuntu ${{ matrix.version }} base image
154154 needs : init
155- runs-on : ubuntu-latest
155+ runs-on : ubuntu-22.04
156156 permissions :
157157 contents : read
158158 id-token : write
@@ -196,7 +196,7 @@ jobs:
196196 build_raspbian :
197197 name : Build ${{ matrix.arch }} raspbian ${{ matrix.version }} base image
198198 needs : init
199- runs-on : ubuntu-latest
199+ runs-on : ubuntu-22.04
200200 permissions :
201201 contents : read
202202 id-token : write
@@ -241,7 +241,7 @@ jobs:
241241 build_python :
242242 name : Build ${{ matrix.arch }} alpine ${{ matrix.version }} - python ${{ matrix.python }} base image
243243 needs : [init, build_alpine]
244- runs-on : ubuntu-latest
244+ runs-on : ubuntu-22.04
245245 permissions :
246246 contents : read
247247 id-token : write
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ cosign:
1010 identity : https://github.com/home-assistant/docker-base/.*
1111args :
1212 PYTHON_VERSION : 3.11.11
13- PIP_VERSION : 24.3 .1
13+ PIP_VERSION : 25.0 .1
1414 GPG_KEY : A035C8C19219BA821ECEA86B64E628F8D684696D
1515labels :
1616 io.hass.base.name : python
Original file line number Diff line number Diff line change 99 base_identity : https://github.com/home-assistant/docker-base/.*
1010 identity : https://github.com/home-assistant/docker-base/.*
1111args :
12- PYTHON_VERSION : 3.12.8
13- PIP_VERSION : 24.3 .1
12+ PYTHON_VERSION : 3.12.9
13+ PIP_VERSION : 25.0 .1
1414 GPG_KEY : 7169605F62C751356D054A26A821E680E5FA6305
1515labels :
1616 io.hass.base.name : python
Original file line number Diff line number Diff line change 99 base_identity : https://github.com/home-assistant/docker-base/.*
1010 identity : https://github.com/home-assistant/docker-base/.*
1111args :
12- PYTHON_VERSION : 3.13.1
13- PIP_VERSION : 24.3 .1
12+ PYTHON_VERSION : 3.13.2
13+ PIP_VERSION : 25.0 .1
1414 GPG_KEY : 7169605F62C751356D054A26A821E680E5FA6305
1515labels :
1616 io.hass.base.name : python
You can’t perform that action at this time.
0 commit comments