Skip to content

Commit aca1dd8

Browse files
authored
Update Dockerfile code snippet for "Using the official Docker image" tab (#24820)
The code snippet for Dockerfile under the "Using the official Docker images" contains a comment which says that this Docker file uses DHI image, which is incorrect. <!--Delete sections as needed --> Updated the code snippet to match the tab contents <!-- Tell us what you did and why --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 6be4c12 commit aca1dd8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/guides/python/containerize.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ Create a file named `Dockerfile` with the following contents.
146146

147147
# Want to help us make this template better? Share your feedback here: https://forms.gle/ybq9Krt8jtBL3iCk7
148148

149-
# This Dockerfile uses Docker Hardened Images (DHI) for enhanced security.
150-
# For more information, see https://docs.docker.com/dhi/
149+
# This Dockerfile uses Python Docker Official Image
151150
ARG PYTHON_VERSION=3.12
152151
FROM python:${PYTHON_VERSION}-slim
153152

0 commit comments

Comments
 (0)