浏览代码

chore(deps): update python docker tag

renovate [bot] 3 年之前
父节点
当前提交
add21f2415
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .drone.yml
  2. 1 1
      Dockerfile

+ 1 - 1
.drone.yml

@@ -39,7 +39,7 @@ steps:
           - renovate/*
 
   - name: pypi_publish
-    image: python:3.10
+    image: python:3.11
     volumes:
       - name: poetry_cache
         path: /root/.cache/pypoetry/virtualenvs

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM python:3.10.8-slim as Runner
+FROM python:3.11.0-slim as Runner
 
 # Env
 ENV IS_DOCKER=true