Skip to content

Commit 95937f1

Browse files
authored
Merge pull request #106 from DataDog/docker-python-update
updated docker python image version
2 parents 420e797 + 9e98bac commit 95937f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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)