From 35c084cc972cd38deb99898c5d7aab42db9dc0bf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Oct 2024 17:03:29 +0000 Subject: [PATCH] chore(deps): update trinodb/trino docker tag to v460 --- containers/trino/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/trino/Dockerfile b/containers/trino/Dockerfile index f760a787..6db60d3f 100644 --- a/containers/trino/Dockerfile +++ b/containers/trino/Dockerfile @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=trinodb/trino -ARG BASE_VERSION=444 +ARG BASE_VERSION=460 FROM trinodb/trino:$BASE_VERSION ARG BASE_VERSION