Skip to content

Commit 3e3f3fe

Browse files
authored
Merge pull request #804 from OWASP/securestep9-patch-nettacker-python3-11-7
Update Dockerfile to use python 3.11.7
2 parents 6936844 + 1042c20 commit 3e3f3fe

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)