diff --git a/Dockerfile b/Dockerfile index 1144578..81b72c6 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.4-slim-bullseye +FROM python:3.12.5-slim-bullseye #FROM python:3.9.9-bullseye # Build the image also using the other FROM line, the difference is in the content and size of the image, diff --git a/Dockerfile.python:3.7.16-slim-bullseye b/Dockerfile.python:3.7.16-slim-bullseye index 06460e4..ca36bfc 100755 --- a/Dockerfile.python:3.7.16-slim-bullseye +++ b/Dockerfile.python:3.7.16-slim-bullseye @@ -1,4 +1,4 @@ -FROM python:3.12.4-slim-bullseye +FROM python:3.12.5-slim-bullseye # COPY will place the files inside this directory WORKDIR /usr/src/app diff --git a/Dockerfile.python:3.8.16-slim-bullseye b/Dockerfile.python:3.8.16-slim-bullseye index 06460e4..ca36bfc 100755 --- a/Dockerfile.python:3.8.16-slim-bullseye +++ b/Dockerfile.python:3.8.16-slim-bullseye @@ -1,4 +1,4 @@ -FROM python:3.12.4-slim-bullseye +FROM python:3.12.5-slim-bullseye # COPY will place the files inside this directory WORKDIR /usr/src/app diff --git a/Dockerfile.python:3.9.9-bullseye b/Dockerfile.python:3.9.9-bullseye index 26f4fde..d5a7c01 100755 --- a/Dockerfile.python:3.9.9-bullseye +++ b/Dockerfile.python:3.9.9-bullseye @@ -1,4 +1,4 @@ -FROM python:3.12.4-bullseye +FROM python:3.12.5-bullseye # COPY will place the files inside this directory WORKDIR /usr/src/app diff --git a/Dockerfile.python:3.9.9-slim-bullseye b/Dockerfile.python:3.9.9-slim-bullseye index 06460e4..ca36bfc 100755 --- a/Dockerfile.python:3.9.9-slim-bullseye +++ b/Dockerfile.python:3.9.9-slim-bullseye @@ -1,4 +1,4 @@ -FROM python:3.12.4-slim-bullseye +FROM python:3.12.5-slim-bullseye # COPY will place the files inside this directory WORKDIR /usr/src/app