Skip to content

Commit f77d10b

Browse files
committed
Bump pg to 17.4
1 parent bca0015 commit f77d10b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ GEM
471471
activejob (>= 7.2)
472472
activerecord (>= 7.2)
473473
railties (>= 7.2)
474-
solid_queue (1.1.3)
474+
solid_queue (1.1.4)
475475
activejob (>= 7.1)
476476
activerecord (>= 7.1)
477477
concurrent-ruby (>= 1.3.1)

config/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ asset_path: /rails/public/assets
4646

4747
accessories:
4848
postgres:
49-
image: postgres:17.3
49+
image: postgres:17.4
5050
host: hvdb
5151
port: 5432
5252
env:
@@ -64,7 +64,7 @@ accessories:
6464
shm-size: 3g
6565

6666
pg_backup:
67-
image: mrfoto/postgres-backup-s3:17.3
67+
image: mrfoto/postgres-backup-s3:17.4
6868
host: hvdb
6969
env:
7070
clear:

0 commit comments

Comments
 (0)