Quellcode durchsuchen

chore(deps): update python docker tag to v3.12

renovate [bot] vor 2 Jahren
Ursprung
Commit
f131c15fff
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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.11
+    image: python:3.12
     volumes:
       - name: poetry_cache
         path: /root/.cache/pypoetry/virtualenvs

+ 1 - 1
Dockerfile

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