diff --git a/containers/trino/Dockerfile b/containers/trino/Dockerfile index f760a78..1a01a7a 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=462 FROM trinodb/trino:$BASE_VERSION ARG BASE_VERSION