Skip to content

Commit

Permalink
chore: docker-compose alpine verison bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Jun 18, 2024
1 parent fe71cbf commit 51ceab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ networks:
name: oxker-examaple-net
services:
postgres:
image: postgres:alpine3.19
image: postgres:alpine3.20
container_name: postgres
environment:
- POSTGRES_PASSWORD=never_use_this_password_in_production
Expand All @@ -18,7 +18,7 @@ services:
limits:
memory: 1024M
redis:
image: redis:alpine3.19
image: redis:alpine3.20
container_name: redis
ipc: private
restart: always
Expand Down

0 comments on commit 51ceab3

Please sign in to comment.