Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
upgrade python image to patch security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
rogarcia committed Mar 14, 2023
1 parent dd986f3 commit f90c60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# set base image (host OS)
FROM python:3.10
FROM python:3.10.10

# set the working directory in the container
WORKDIR /app
Expand Down

0 comments on commit f90c60f

Please sign in to comment.