mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 01:55:39 +00:00
docker: Use a specific version of alpine
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user