Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
dockerfile: Dockerfile
args:
# Elixir Version: 1.9, 1.10, 1.10.4, ...
VARIANT: '1.15.4'
VARIANT: '1.15.5'
# Phoenix Version: 1.4.17, 1.5.4, ...
PHOENIX_VERSION: '1.7.7'
# Node Version: 12, 14, ...
Expand All @@ -22,7 +22,7 @@ services:
command: sleep infinity

db:
image: postgres:15.3-bullseye
image: postgres:15.4-bullseye
restart: unless-stopped
volumes:
- postgres-data:/var/lib/postgresql/data
Expand Down