mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-23 00:13:11 +01:00
Update base image
This updates the base image to Alpine 3.10 with Python 3.7
This commit is contained in:
parent
5a4e9d7a14
commit
135d29e06f
@ -1,4 +1,4 @@
|
||||
FROM python:3.6-alpine3.9
|
||||
FROM python:3.7-alpine3.10
|
||||
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
|
Loading…
Reference in New Issue
Block a user