Quellcode durchsuchen

Merge branch 'renovate/python-3.x' of ssh://git.snas.black-burn.ch:43057/FHNW/openconnect-ms-auth into renovate/python-3.x

Sean vor 3 Jahren
Ursprung
Commit
8b263b2d33
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

@@ -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