Skip to content

Commit

Permalink
chore(dev/docker-compose): bumps postgres dependency to 14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat committed Dec 19, 2023
1 parent c907ff0 commit f040a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/server-manualsetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
# Speckle Server dependencies
#######
postgres:
image: 'postgres:14.5-alpine'
image: 'postgres:14.10-alpine'
restart: always
environment:
POSTGRES_DB: speckle
Expand Down

0 comments on commit f040a02

Please sign in to comment.