Skip to content

Commit

Permalink
chore: dev docker-compose alpine bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Dec 3, 2022
1 parent 57c1887 commit 911c659
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.16
image: postgres:alpine3.17
container_name: postgres
environment:
- POSTGRES_PASSWORD=never_use_this_password_in_production
Expand All @@ -18,7 +18,7 @@ services:
limits:
memory: 128M
redis:
image: redis:alpine3.16
image: redis:alpine3.17
container_name: redis
ipc: private
restart: always
Expand Down

0 comments on commit 911c659

Please # to comment.