File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 95
95
RAILS_ENV : test
96
96
services :
97
97
postgresql :
98
- image : postgres:14.6
98
+ image : postgres:16.2
99
99
ports :
100
100
- 5432:5432
101
101
env :
Original file line number Diff line number Diff line change 18
18
apt update && \
19
19
apt install -y --no-install-recommends \
20
20
libpq-dev \
21
- postgresql-client-15
21
+ postgresql-client-16
22
22
23
23
# Node.jsのセットアップ
24
24
RUN \
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ services:
16
16
- app_gems_data:/usr/local/bundle
17
17
18
18
postgresql :
19
- image : postgres:15.1
19
+ image : postgres:16.2
20
20
ports :
21
21
- " 5432:5432"
22
22
volumes :
23
- - postgresql_data :/var/lib/postgresql/data:delegated
23
+ - postgresql16_data :/var/lib/postgresql/data:delegated
24
24
environment :
25
25
POSTGRES_HOST_AUTH_METHOD : trust
26
26
@@ -36,4 +36,4 @@ services:
36
36
37
37
volumes :
38
38
app_gems_data :
39
- postgresql_data :
39
+ postgresql16_data :
You can’t perform that action at this time.
0 commit comments