Explorar el Código

Update python Docker tag

renovate [bot] hace 3 años
padre
commit
f3263310fb
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      .drone.yml
  2. 1 1
      Dockerfile

+ 1 - 1
.drone.yml

@@ -4,7 +4,7 @@ name: default
 
 steps:
   - name: test
-    image: python:3.9
+    image: python:3.10
     volumes:
       - name: poetry_cache
         path: /root/.cache/pypoetry/virtualenvs

+ 1 - 1
Dockerfile

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