Skip to content

Commit ce2cab1

Browse files
committed
wip
1 parent 0173cf3 commit ce2cab1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/log_to_splunk/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ WORKDIR /app
88
RUN pip install --target=/app requests
99

1010
# Code file to execute when the docker container starts up (`entrypoint.sh`)
11-
FROM gcr.io/distroless/python3-debian10
11+
# FROM gcr.io/distroless/python3-debian10
12+
FROM registry.redhat.io/ubi9/python-312:latest
1213
COPY --from=builder /app /app
1314
ENV PYTHONPATH /app
1415
CMD ["/app/main.py"]

0 commit comments

Comments
 (0)