Skip to content

Commit

Permalink
[Snyk] Security upgrade python from 3.11-alpine to 3.12.3-alpine (#136)
Browse files Browse the repository at this point in the history
<p>This PR was automatically created by Snyk using the credentials of a
real user.</p><br />Keeping your Docker base image up-to-date means
you’ll benefit from security fixes in the latest version of your chosen
image.

#### Changes included in this PR 


- Dockerfile.mac_chip

We recommend upgrading to `python:3.12.3-alpine`, as this image has only
0 known vulnerabilities. To do this, merge this pull request, then
verify your application still works as expected.


---

**Note:** _You are seeing this because you or someone else with access
to this repository has authorized Snyk to open fix PRs._

For more information: <img
src="https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiI0NzI4Njg3ZC04YWJlLTQxNDMtOTc2Yi1jMDA4Y2Y1NjY5MjEiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6IjQ3Mjg2ODdkLThhYmUtNDE0My05NzZiLWMwMDhjZjU2NjkyMSJ9fQ=="
width="0" height="0"/>
🧐 [View latest project
report](https://app.snyk.io/org/zencircle/project/97a151f7-2803-4fe7-9780-cd0e8d3eb014?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;fix-pr)

🛠 [Adjust project
settings](https://app.snyk.io/org/zencircle/project/97a151f7-2803-4fe7-9780-cd0e8d3eb014?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;fix-pr/settings)

[//]: #
'snyk:metadata:{"prId":"4728687d-8abe-4143-976b-c008cf566921","prPublicId":"4728687d-8abe-4143-976b-c008cf566921","dependencies":[{"name":"python","from":"3.11-alpine","to":"3.12.3-alpine"}],"packageManager":"dockerfile","projectPublicId":"97a151f7-2803-4fe7-9780-cd0e8d3eb014","projectUrl":"https://app.snyk.io/org/zencircle/project/97a151f7-2803-4fe7-9780-cd0e8d3eb014?utm_source=github&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":[],"upgrade":[],"isBreakingChange":false,"env":"prod","prType":"fix","templateVariants":["updated-fix-title"],"priorityScoreList":[],"remediationStrategy":"vuln"}'

---

**Learn how to fix vulnerabilities with free interactive lessons:**

🦉 [Learn about vulnerability in an interactive lesson of Snyk
Learn.](https://learn.snyk.io/?loc&#x3D;fix-pr)

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
zencircle and snyk-bot authored Apr 16, 2024
1 parent 8c7d897 commit 4d21e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.mac_chip
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use this Dockerfile if you are using a Mac with an Apple chip

FROM python:3.11-alpine
FROM python:3.12.3-alpine

WORKDIR /usr/app

Expand Down

0 comments on commit 4d21e6e

Please sign in to comment.