docker: Use a specific version of alpine
This commit is contained in:
parent
d243356324
commit
56c3697e34
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:alpine as base
|
||||
FROM alpine:3.13 as base
|
||||
|
||||
# GitHub source
|
||||
ARG repository="https://github.com/inventree/InvenTree.git"
|
||||
|
|
|
|||
Loading…
Reference in New Issue