Sfoglia il codice sorgente

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

renovate [bot] 3 anni fa
parent
commit
77aa81988e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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