add specific version tag for the docker base image

This commit is contained in:
Aaron Riedel 2022-04-21 06:58:20 +00:00
parent 9ee858be01
commit 9421f0ab92

View file

@ -1,4 +1,4 @@
FROM python:alpine FROM python:3.9.12-alpine3.15
WORKDIR ./ WORKDIR ./
ARG PUID=1000 ARG PUID=1000