Skip to content

Commit 121c850

Browse files
authored
Merge pull request #5430 from mitodl/update-python-image-nginx
update docker python & nginx images
2 parents a0f4005 + 966a8ee commit 121c850

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.9-buster
1+
FROM python:3.9-bullseye
22
LABEL maintainer "ODL DevOps <[email protected]>"
33

44

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ services:
5656
- 9600:9600 # required for Performance Analyzer
5757

5858
nginx:
59-
image: nginx:1.9.5
59+
image: nginx:1.27
6060
ports:
6161
- "8079:8079"
6262
links:

0 commit comments

Comments
 (0)