浏览代码

using python 3.11 as docker image

Rodja Trappe 2 年之前
父节点
当前提交
5cde19c991
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      development.dockerfile

+ 1 - 1
development.dockerfile

@@ -1,4 +1,4 @@
-FROM python:3.7-slim
+FROM python:3.11-slim
 
 RUN apt update && apt install curl -y