Browse Source

upgrade base image from python:3.10.0-slim-bullseye to python:3.11.16-slim-bookworm

> Release file for http://security.debian.org/debian-security/dists/bullseye-security/InRelease is expired (invalid since 4d 8h 19min 48s). Updates for this repository will not be applied.

Co-authored-by: Clawbot (Kimi K2.5) <clawbot@openclaw.ai>
Fabian Peter Hammerle 4 days ago
parent
commit
e12f0abdc5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-ARG BASE_IMAGE=docker.io/python:3.10.0-slim-bullseye
+ARG BASE_IMAGE=docker.io/python:3.11.16-slim-bookworm
 ARG SOURCE_DIR_PATH=/location-guessing-game-telegram-bot