add specific version tag for the docker base image
This commit is contained in:
parent
9ee858be01
commit
9421f0ab92
1 changed files with 15 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:alpine
|
||||
FROM python:3.9.12-alpine3.15
|
||||
|
||||
WORKDIR ./
|
||||
ARG PUID=1000
|
||||
|
|
Loading…
Reference in a new issue