소스 검색

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

Fabian Peter Hammerle 3 년 전
부모
커밋
0e63d85627
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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