Skip to content

Commit 992c482

Browse files
committed
fix: lock image to postgres:15.3-bookworm
1 parent c227b92 commit 992c482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22
services:
33
db:
44
container_name: code-racer-postgres
5-
image: postgres:15-bullseye
5+
image: postgres:15.3-bookworm
66
restart: always
77
environment:
88
- POSTGRES_USER=${DATABASE_USERNAME}

0 commit comments

Comments
 (0)