Browse Source

Merge branch 'renovate/python-3.x'

Sean 3 years ago
parent
commit
dc6827018d
2 changed files with 2 additions and 2 deletions
  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