From 36e53119acf88b2bc7113e55daaaf0bfa78d07bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 08:13:55 +0200 Subject: [PATCH] chore(deps): update dependency typo3/typo3 to v12.4.15 (#9) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index ddc7ad2..83b999e 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.3-apache-bookworm as base LABEL maintainer="Maki IT " # renovate: datasource=github-tags depName=typo3 packageName=TYPO3/typo3 -ARG TYPO3_VERSION=12.4.11 +ARG TYPO3_VERSION=12.4.15 # renovate: datasource=github-releases depName=typo3-console packageName=TYPO3-Console/TYPO3-Console ARG TYPO3_CONSOLE_VERSION=8.1.1 ARG WEB_ROOT='/var/www/html'