diff --git a/Dockerfile b/Dockerfile index f1c2ee5..25c9062 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ COPY src/hello_world.py . FROM base AS test RUN echo "Hello test" -FROM gcr.io/distroless/python3-debian12:nonroot@sha256:fdb3a044d46989e59648dae450d09cd76560013c12947ee4102a416e39621fb9 +FROM gcr.io/distroless/python3-debian12:nonroot@sha256:60a4160404e92c4e5639166c303cca6f5081e1110a09261aeaec38d36f539c6d USER 65532:65532 CMD [ "python", "/app/hello_world.py" ]