Browse Source

container image: upgrade base image to debian bullseye with python3.10.0

Fabian Peter Hammerle 2 years ago
parent
commit
0e63d85627
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.8.7-slim-buster
+ARG BASE_IMAGE=docker.io/python:3.10.0-slim-bullseye
 ARG SOURCE_DIR_PATH=/location-guessing-game-telegram-bot