From c59d1a1aa582ffda0be1793498e70aeab7ee38d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:10:20 +0000 Subject: [PATCH] Update prestodb/presto Docker tag to v0.290 --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 03be18d..4d5adff 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1172,7 +1172,7 @@ services: depends_on: postgres: condition: service_completed_successfully - image: "prestodb/presto:${PRESTO_VERSION:-0.289}" + image: "prestodb/presto:${PRESTO_VERSION:-0.290}" ports: - "8083:8080" volumes: