Skip to content

Commit f23f1ce

Browse files
authored
Docker-compose: upgrade to postgres 13
We have been using postgres 13 in production for a long time, but we never actually updated the docker-compose environment.
1 parent 9170536 commit f23f1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
version: "3.6"
1212
services:
1313
postgres:
14-
image: postgres:12-alpine
14+
image: postgres:13-alpine
1515
ports:
1616
- "127.0.0.1:7777:5432"
1717
environment:

0 commit comments

Comments
 (0)