From 251abe554810d1836e5fc6199dd3f6cbcdc156d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 19:04:47 +0200 Subject: [PATCH] chore(deps): bump docker/build-push-action from 5 to 6 (#7348) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexis Saettler --- .github/workflows/docker.yml | 2 +- scripts/docker/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 733ae62b83f..59e480a5a09 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -72,7 +72,7 @@ jobs: # Build docker - name: Docker build id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.docker_meta.outputs.tags }} diff --git a/scripts/docker/Dockerfile b/scripts/docker/Dockerfile index 04a376983cb..2b38ae2149b 100644 --- a/scripts/docker/Dockerfile +++ b/scripts/docker/Dockerfile @@ -145,7 +145,7 @@ RUN set -ex; \ a2enconf remoteip # set apache config LimitRequestBody -ENV APACHE_BODY_LIMIT 1073741824 +ENV APACHE_BODY_LIMIT=1073741824 RUN set -ex; \ \ { \