Skip to content

Commit

Permalink
fix: vote/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jan 17, 2025
1 parent 033e177 commit c1784da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vote/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Using official python runtime base image
FROM python:3.9-slim
FROM python:3.14.0a1-slim

# add curl for healthcheck
RUN apt-get update \
Expand Down

0 comments on commit c1784da

Please sign in to comment.