pin the Python version in the docker images

This commit is contained in:
Andreas Zweili 2022-02-07 22:35:14 +01:00
parent 3cbbebb61b
commit be38613324
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
FROM python:3
# Python 3.9.6
FROM python@sha256:736b76eb3f64778646ce0051fb5fed4dfbf67016e51563946230ca8bb40ac687
ENV PYTHONUNBUFFERED 1
ADD . /code
WORKDIR /code

View File

@ -11,6 +11,7 @@ services:
web:
image: nebucatnetzer/network_inventory
# build: .
volumes:
- .:/code
environment: