@@ -23,7 +23,7 @@ variable "SPILO_POSTGRES_OLD_VERSIONS" {
23
23
}
24
24
25
25
variable "PYTHON_VERSION" {
26
- default = " 3.9 "
26
+ default = " 3.11 "
27
27
}
28
28
29
29
group "default" {
@@ -41,7 +41,7 @@ target "postgres" {
41
41
inherits = [" shared" ]
42
42
43
43
contexts = {
44
- postgres_base = " docker-image://postgres:${ POSTGRES_BASE_VERSION } -bullseye "
44
+ postgres_base = " docker-image://postgres:${ POSTGRES_BASE_VERSION } -bookworm "
45
45
46
46
columnar = " target:columnar_${ POSTGRES_BASE_VERSION } "
47
47
http = " target:http_${ POSTGRES_BASE_VERSION } "
@@ -52,6 +52,7 @@ target "postgres" {
52
52
}
53
53
54
54
args = {
55
+ POSTGRES_BASE_VERSION = " ${ POSTGRES_BASE_VERSION } "
55
56
PYTHON_VERSION = " ${ PYTHON_VERSION } "
56
57
}
57
58
@@ -170,7 +171,7 @@ target "s3" {
170
171
171
172
args = {
172
173
ARROW_TAG = " apache-arrow-10.0.0"
173
- AWS_SDK_TAG = " 1.10.4 "
174
+ AWS_SDK_TAG = " 1.10.57 "
174
175
PARQUET_S3_FDW_COMMIT = " 3798786831635e5b9cce5dbf33826541c3852809"
175
176
}
176
177
}
@@ -179,7 +180,7 @@ target "s3_13" {
179
180
inherits = [" s3" ]
180
181
181
182
contexts = {
182
- postgres_base = " docker-image://postgres:13-bullseye "
183
+ postgres_base = " docker-image://postgres:13-bookworm "
183
184
}
184
185
185
186
args = {
@@ -194,7 +195,7 @@ target "s3_15" {
194
195
inherits = [" s3" ]
195
196
196
197
contexts = {
197
- postgres_base = " docker-image://postgres:15-bullseye "
198
+ postgres_base = " docker-image://postgres:15-bookworm "
198
199
}
199
200
200
201
args = {
@@ -209,7 +210,7 @@ target "s3_14" {
209
210
inherits = [" s3" ]
210
211
211
212
contexts = {
212
- postgres_base = " docker-image://postgres:14-bullseye "
213
+ postgres_base = " docker-image://postgres:14-bookworm "
213
214
}
214
215
215
216
args = {
@@ -279,7 +280,7 @@ target "mysql_13" {
279
280
inherits = [" mysql" ]
280
281
281
282
contexts = {
282
- postgres_base = " docker-image://postgres:13-bullseye "
283
+ postgres_base = " docker-image://postgres:13-bookworm "
283
284
}
284
285
285
286
args = {
@@ -294,7 +295,7 @@ target "mysql_14" {
294
295
inherits = [" mysql" ]
295
296
296
297
contexts = {
297
- postgres_base = " docker-image://postgres:14-bullseye "
298
+ postgres_base = " docker-image://postgres:14-bookworm "
298
299
}
299
300
300
301
args = {
@@ -309,7 +310,7 @@ target "mysql_15" {
309
310
inherits = [" mysql" ]
310
311
311
312
contexts = {
312
- postgres_base = " docker-image://postgres:15-bullseye "
313
+ postgres_base = " docker-image://postgres:15-bookworm "
313
314
}
314
315
315
316
args = {
@@ -327,7 +328,7 @@ target "multicorn" {
327
328
328
329
args = {
329
330
PYTHON_VERSION = " ${ PYTHON_VERSION } "
330
- MULTICORN_TAG = " v2.4 "
331
+ MULTICORN_TAG = " b68b75c253be72bdfd5b24bf76705c47c238d370 "
331
332
S3CSV_FDW_COMMIT = " f64e24f9fe3f7dbd1be76f9b8b3b5208f869e5e3"
332
333
GSPREADSHEET_FDW_COMMIT = " d5bc5ae0b2d189abd6d2ee4610bd96ec39602594"
333
334
}
@@ -337,7 +338,7 @@ target "multicorn_13" {
337
338
inherits = [" multicorn" ]
338
339
339
340
contexts = {
340
- postgres_base = " docker-image://postgres:13-bullseye "
341
+ postgres_base = " docker-image://postgres:13-bookworm "
341
342
}
342
343
343
344
args = {
@@ -352,7 +353,7 @@ target "multicorn_14" {
352
353
inherits = [" multicorn" ]
353
354
354
355
contexts = {
355
- postgres_base = " docker-image://postgres:14-bullseye "
356
+ postgres_base = " docker-image://postgres:14-bookworm "
356
357
}
357
358
358
359
args = {
@@ -367,7 +368,7 @@ target "multicorn_15" {
367
368
inherits = [" multicorn" ]
368
369
369
370
contexts = {
370
- postgres_base = " docker-image://postgres:15-bullseye "
371
+ postgres_base = " docker-image://postgres:15-bookworm "
371
372
}
372
373
373
374
args = {
@@ -431,7 +432,7 @@ target "ivm_13" {
431
432
inherits = [" ivm" ]
432
433
433
434
contexts = {
434
- postgres_base = " docker-image://postgres:13-bullseye "
435
+ postgres_base = " docker-image://postgres:13-bookworm "
435
436
}
436
437
437
438
args = {
@@ -446,7 +447,7 @@ target "ivm_14" {
446
447
inherits = [" ivm" ]
447
448
448
449
contexts = {
449
- postgres_base = " docker-image://postgres:14-bullseye "
450
+ postgres_base = " docker-image://postgres:14-bookworm "
450
451
}
451
452
452
453
args = {
@@ -461,7 +462,7 @@ target "ivm_15" {
461
462
inherits = [" ivm" ]
462
463
463
464
contexts = {
464
- postgres_base = " docker-image://postgres:15-bullseye "
465
+ postgres_base = " docker-image://postgres:15-bookworm "
465
466
}
466
467
467
468
args = {
@@ -486,7 +487,7 @@ target "ivm_13" {
486
487
inherits = [" ivm" ]
487
488
488
489
contexts = {
489
- postgres_base = " docker-image://postgres:13-bullseye "
490
+ postgres_base = " docker-image://postgres:13-bookworm "
490
491
}
491
492
492
493
args = {
@@ -501,7 +502,7 @@ target "ivm_14" {
501
502
inherits = [" ivm" ]
502
503
503
504
contexts = {
504
- postgres_base = " docker-image://postgres:14-bullseye "
505
+ postgres_base = " docker-image://postgres:14-bookworm "
505
506
}
506
507
507
508
args = {
@@ -516,7 +517,7 @@ target "ivm_15" {
516
517
inherits = [" ivm" ]
517
518
518
519
contexts = {
519
- postgres_base = " docker-image://postgres:15-bullseye "
520
+ postgres_base = " docker-image://postgres:15-bookworm "
520
521
}
521
522
522
523
args = {
0 commit comments