Skip to content

Commit

Permalink
Update Docker base image references
Browse files Browse the repository at this point in the history
Update Docker base images to latest versions from Docker Hub.
  • Loading branch information
Github actions bot authored and vikahl committed Sep 9, 2024
1 parent e8f1f25 commit 867b199
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
],
"_base_images": {
"amd64": {
"3.10": "3.10-slim@sha256:153118e9b824d2780a2673732a685ed8adb3e861cca4e7d9d9dc229725186f55",
"3.11": "3.11-slim@sha256:3b6efc048405b61ba4baa60f7ccb1f8e131e8ce4ca3b6ebb5108084f68c86c4d",
"3.12": "3.12-slim@sha256:0a3b629cfb1aa0b143f268e1d78a99f321ba44d00c4bb7cbfe5e9939b8c500fb",
"3.8": "3.8-slim@sha256:75eba3619562d6dd5eb6903e6ceae88c836bae0830e793218676876714df1750",
"3.9": "3.9-slim@sha256:0d765163e487fbdd9c93b3b3b7233251d3222d48fa3f88475269a64f5e2b84be"
"3.10": "3.10-slim@sha256:45360d9eb0ff89a954085c2b36883b65b08d1549aa9ede50e48bdcadf34d2f3f",
"3.11": "3.11-slim@sha256:2856e6af199e8128161abd320575eb9b341f3b76f017b5d0c9cd364f60d8a050",
"3.12": "3.12-slim@sha256:eac7a234d33269f362593c31d2ff1db7b116fbd794929f1f6015f5ea812ff254",
"3.8": "3.8-slim@sha256:e4222c9d03bcb1b83e197d0b74972f95db85ba2fcb2232a97e93a4cc96cd7c36",
"3.9": "3.9-slim@sha256:70fbdeb75b0d071778ea1df4353ac959118ae8031bc5be33a95d1b8ea1fb8f08"
},
"arm64": {
"3.10": "3.10-slim@sha256:ec5b80796c415cfbdadd87caf6cd566bf2b9ccc7ba068b7adab214eb455b06f4",
"3.11": "3.11-slim@sha256:11f460d1756277115517eb64013bc20998f83d0e40cd9e5a5bacc4ecda34b507",
"3.12": "3.12-slim@sha256:83b61d4bb4b1b9a262f88dd9407b2de5d2facd972c5ab95415e00bde04bd7258",
"3.8": "3.8-slim@sha256:3139f1ddedd62933e8c85e720cf4e625ac7d245e437bae538718f4c6a2ea6ae1",
"3.9": "3.9-slim@sha256:fd57b2b2c2a82c0102795a3e79d0e07a98d54442931482ffc7f2e293b92f6e74"
"3.10": "3.10-slim@sha256:91d97ab87081f0864f6d960ef3b4e7e30da096b69c92005b893e57688607ea72",
"3.11": "3.11-slim@sha256:9def7f10e7ab48aa9773d286e957f0732253fc3c9658cc7affa7a5a5540fda78",
"3.12": "3.12-slim@sha256:f362e1c75ff1670f2776d72cff6ad84094029d2fa73b9fcf5bd7b5b07f45271c",
"3.8": "3.8-slim@sha256:87b069f1dfc7f4cb56153c97f29e57cfb70946663f85c8968b4df5ff2a765430",
"3.9": "3.9-slim@sha256:eb5cb0828e27200423edf1f5fc1fb3e33535c5ae690c4a4de0282e3040bdb024"
}
}
}

0 comments on commit 867b199

Please sign in to comment.