Skip to content

Commit 0e7fac3

Browse files
committed
feat: Update the Alpine version
1 parent b4ab5b0 commit 0e7fac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
- backend
1717

1818
database:
19-
image: postgres:13-alpine3.19
19+
image: postgres:13-alpine3.20
2020
container_name: database
2121
ports:
2222
- "5432:5432"
@@ -29,7 +29,7 @@ services:
2929
- backend
3030

3131
cache:
32-
image: redis:alpine3.19
32+
image: redis:alpine3.20
3333
container_name: redis
3434
ports:
3535
- "6379:6379"

0 commit comments

Comments
 (0)