Skip to content

Commit a377faf

Browse files
committed
[Stable-Only] docker: Pin postgres, mysql image versions
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 8dfe2b3 commit a377faf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose-pg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
db:
4-
image: postgres:latest
4+
image: postgres:17
55
volumes:
66
- ./tools/docker/db/postdata:/var/lib/postgresql/data
77
environment:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
db:
4-
image: mysql:latest
4+
image: mysql:8.4
55
volumes:
66
- ./tools/docker/db/data:/var/lib/mysql
77
environment:

0 commit comments

Comments
 (0)