Update python version in Dockerfile

This commit is contained in:
Correl Roush 2023-07-10 00:05:24 -04:00
parent 2da33f3168
commit 03d577918c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.9.6-alpine3.14 as base
FROM python:3.10-alpine as base
WORKDIR /app