diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 0706d0e..9ee202f 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -13,7 +13,7 @@ ARG URL_PARSER_VERSION ARG PRETTIER_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.1}" +ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.2}" # renovate: datasource=github-releases depName=thegeeklab/url-parser ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.13}" # renovate: datasource=npm depName=prettier diff --git a/Dockerfile.arm b/Dockerfile.arm index 68609fb..db841c5 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -13,7 +13,7 @@ ARG URL_PARSER_VERSION ARG PRETTIER_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.1}" +ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.2}" # renovate: datasource=github-releases depName=thegeeklab/url-parser ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.13}" # renovate: datasource=npm depName=prettier diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 57e3ffa..fb4f3f7 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -13,7 +13,7 @@ ARG URL_PARSER_VERSION ARG PRETTIER_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.1}" +ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.2}" # renovate: datasource=github-releases depName=thegeeklab/url-parser ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.13}" # renovate: datasource=npm depName=prettier