Skip to content

Commit 1042c20

Browse files
authored
Update Dockerfile to use python 3.11.7
reducing vulnerabilities Signed-off-by: Sam Stepanyan <[email protected]>
1 parent 6936844 commit 1042c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.6-slim
1+
FROM python:3.11.7-slim
22
RUN apt update
33
WORKDIR /usr/src/owaspnettacker
44
COPY . .

0 commit comments

Comments
 (0)