diff --git a/containers/trino/Dockerfile b/containers/trino/Dockerfile index f760a787..e24f45a9 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=461 FROM trinodb/trino:$BASE_VERSION ARG BASE_VERSION