diff --git a/docker/Dockerfile.docker_monitor_testing_config b/docker/Dockerfile.docker_monitor_testing_config index 6ceb5a58d..91bee03d1 100644 --- a/docker/Dockerfile.docker_monitor_testing_config +++ b/docker/Dockerfile.docker_monitor_testing_config @@ -31,7 +31,7 @@ # # Log files should then be available at ~/scalyr-agent-dev/log/docker-std-printer-stdout.log. -FROM python:3.13.3-slim as build-image +FROM python:3.14.0rc1-slim as build-image MAINTAINER Scalyr Inc ADD print-to-stdout-stderr.sh /app/print-to-stdout-stderr.sh