Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade python from 3.8-slim to 3.13-slim #1309

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: docker/Dockerfile.docker_monitor_testing_config to reduce vulner…
snyk-bot committed Nov 10, 2024
commit 390e78d2f4c0037b01ba705d19f05baa05836b39
2 changes: 1 addition & 1 deletion docker/Dockerfile.docker_monitor_testing_config
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
#
# Log files should then be available at ~/scalyr-agent-dev/log/docker-std-printer-stdout.log.

FROM python:3.8-slim as build-image
FROM python:3.13-slim as build-image
MAINTAINER Scalyr Inc <support@scalyr.com>

ADD print-to-stdout-stderr.sh /app/print-to-stdout-stderr.sh