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; \ \ { \