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 Mar 25, 2024
1 parent 7437ab2 commit e266d61
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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:8c4c32279ee7a58fb58b12c684bc0319e8382412d6d4a8680dc2122ee12cd45d",
"3.10": "3.10-slim@sha256:149911d746ca9728139fe51c0ed03e331a616642e1fae087e21573c54274eb64",
"3.11": "3.11-slim@sha256:4bcdb5d5bc81caf410bc880ca7d47d6ce3f05dc50f81166eb42827fcdc98cfca",
"3.12": "3.12-slim@sha256:b4443b03857ffff256a02ff28e11b6144174f18433c90f0c4dd85ba78523ba70",
"3.8": "3.8-slim@sha256:b5c1888e49ebea8010f93fb23daaf5e2c672752c16603b91dfdf609e1ee1805c",
"3.9": "3.9-slim@sha256:59de58260fcc59e7fedf172b06dc18bb14594e3a332c5576be8ebdb7caa6a073"
"3.8": "3.8-slim@sha256:f11db1543f2106a8011544ce6fc812253be8b8bc3f0ecc108f86cbf87ffbb60f",
"3.9": "3.9-slim@sha256:f38dc0b18a4f0f8e865e543a5a5d21b0a288aeaf47ef9a87727a0c5cf6737eff"
},
"arm64": {
"3.10": "3.10-slim@sha256:26614a8232cfad27b5187959c11f5012db82604d3b4cb7b1b5b7145268ebae0f",
"3.10": "3.10-slim@sha256:8bc8269f9232ffe84627a472ac48e679f345e8b8fa84ff3c8c2efb853a2826f8",
"3.11": "3.11-slim@sha256:1bedbb723c8d3d2965b536a76bd76f31b2df1a2510fbe2222fc460ad260a951d",
"3.12": "3.12-slim@sha256:a372b9ab7348d1cbdbf01d4a6a06ecdaee8a0932e5fa91b3a9294ced8f2f02f4",
"3.8": "3.8-slim@sha256:4ceef6badafc9885ba46feca2e46f6a5d7ad6520e890a17c9678e1742a06b559",
"3.9": "3.9-slim@sha256:e3c683a663233bdb9cb5c2d36656afaf36a4d3ee76b51750a31d52bbbca60849"
"3.8": "3.8-slim@sha256:dd8bad26b27170608ebd6a72d54916d6df109a652101c93f6330958e4496ac72",
"3.9": "3.9-slim@sha256:24ceba3233d07659f9b895810e5b75b473d5c2af097baba8875b64f22c7201a7"
}
}
}

0 comments on commit e266d61

Please sign in to comment.