We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0f4005 + 966a8ee commit 121c850Copy full SHA for 121c850
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.9-buster
+FROM python:3.9-bullseye
2
LABEL maintainer "ODL DevOps <[email protected]>"
3
4
docker-compose.yml
@@ -56,7 +56,7 @@ services:
56
- 9600:9600 # required for Performance Analyzer
57
58
nginx:
59
- image: nginx:1.9.5
+ image: nginx:1.27
60
ports:
61
- "8079:8079"
62
links:
0 commit comments