-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Update some container versions in Docker #1318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 18 commits
3990211
3c62b96
95d363c
c55feee
344fccf
aa400af
3623be7
9c0d854
b3e96e7
5cf39d1
a0c0691
505d6d7
d884057
de70316
ca950da
e6e1ef3
e75b552
2d1cb93
9c5bfb3
fc52a3c
4016766
853d8f7
e39fcf4
87f8030
5d76b9a
eea112f
07465fb
44327d1
1488792
ec87073
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.10 | ||
FROM python:3 | ||
|
||
ENV PYTHONUNBUFFERED=1 | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
services: | ||
|
||
db: | ||
image: postgres:12 | ||
image: postgres:16 | ||
|
||
restart: always | ||
healthcheck: | ||
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"] | ||
|
Uh oh!
There was an error while loading. Please reload this page.