Skip to content

Commit 9e98bac

Browse files
committed
updated docker python image version
1 parent 7b4d216 commit 9e98bac

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

services/ads/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ^ This enables the new BuildKit stable syntax which can be
33
# run with the DOCKER_BUILDKIT=1 environment variable in your
44
# docker build command (see build.sh)
5-
FROM python:3.9.6-slim-buster
5+
FROM python:3.9.23-slim-bookworm
66
# Update, upgrade, and cleanup debian packages
77
RUN export DEBIAN_FRONTEND=noninteractive && \
88
apt-get update && \

services/dbm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ^ This enables the new BuildKit stable syntax which can be
33
# run with the DOCKER_BUILDKIT=1 environment variable in your
44
# docker build command (see build.sh)
5-
FROM python:3.9.6-slim-buster
5+
FROM python:3.9.23-slim-bookworm
66

77
# Update, upgrade, and cleanup debian packages
88
RUN export DEBIAN_FRONTEND=noninteractive && \

services/discounts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ^ This enables the new BuildKit stable syntax which can be
33
# run with the DOCKER_BUILDKIT=1 environment variable in your
44
# docker build command (see build.sh)
5-
FROM python:3.9.6-slim-buster
5+
FROM python:3.9.23-slim-bookworm
66

77
# Update, upgrade, and cleanup debian packages
88
RUN export DEBIAN_FRONTEND=noninteractive && \

0 commit comments

Comments
 (0)