Skip to content

Commit

Permalink
fix: docker/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed May 10, 2024
1 parent dab1ed2 commit f17baed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-alpine
FROM python:3.13.0b1-alpine

RUN addgroup -g 1234 -S synchro && adduser -u 1234 -G synchro -h /home/synchro -D synchro
USER synchro
Expand Down

0 comments on commit f17baed

Please sign in to comment.