Skip to content

Commit f9c0bf8

Browse files
authored
Update Python base image version in Dockerfile
Updated Python base image to version 3.10.16.
1 parent c276f9a commit f9c0bf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.web

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10
1+
FROM python:3.10.16
22

33
# install dependenices
44
RUN apt-get update && apt-get upgrade -y && \

0 commit comments

Comments
 (0)