diff --git a/Dockerfile b/Dockerfile index a8429465..6f35b5fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10 +FROM python:3.10.16 # install dependenices ARG DOCTL_VERSION=1.120.0 diff --git a/Dockerfile.static b/Dockerfile.static index 23e4259d..f802cca3 100644 --- a/Dockerfile.static +++ b/Dockerfile.static @@ -1,4 +1,4 @@ -FROM python:3.10 +FROM python:3.10.16 # sets up nodejs to install npm RUN curl -sL https://deb.nodesource.com/setup_18.x | bash diff --git a/Dockerfile.web b/Dockerfile.web index 93f7a8bd..7c610dfd 100644 --- a/Dockerfile.web +++ b/Dockerfile.web @@ -1,4 +1,4 @@ -FROM python:3.10 +FROM python:3.10.16 # install dependenices RUN apt-get update && apt-get upgrade -y && \