Skip to content

Commit

Permalink
fix: cloud_run/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 16, 2024
1 parent 89168d4 commit f89b523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud_run/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use the official Python image.
# https://hub.docker.com/_/python
FROM python:3.7
FROM python:3.12.7

# Copy local code to the container image.
ENV APP_HOME /app
Expand Down

0 comments on commit f89b523

Please sign in to comment.