Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
naveeninitializ authored Apr 2, 2024
1 parent 9efa7ab commit 4116cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/SecurePacks/PythonBuilder/Stack/Build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Define the base image
FROM intzpython:build
FROM initializbuildpacks/python-build-base:latest

# Switch to the root user to install packages
USER root
Expand Down Expand Up @@ -48,4 +48,4 @@ LABEL io.buildpacks.base.distro.version="20230201"

LABEL io.buildpacks.stack.id="Initializ Distroless Stack"

ENV CNB_STACK_ID="Initializ Distroless Stack"
ENV CNB_STACK_ID="Initializ Distroless Stack"

0 comments on commit 4116cf8

Please sign in to comment.