Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 983f5b0

Browse files
authored
Bump postgresql from 14.1 to 14.3 (#1463)
1 parent 91bb2d7 commit 983f5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/dotnet-postgres/.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
# (Adding the "ports" property to this file will not forward from a Codespace.)
2828

2929
db:
30-
image: postgres:14.1
30+
image: postgres:14.3
3131
restart: unless-stopped
3232
volumes:
3333
- postgres-data:/var/lib/postgresql/data

0 commit comments

Comments
 (0)