diff --git a/.docker/Dockerfile.php80 b/.docker/Dockerfile.php80 index 5d2173e..7aba6bf 100644 --- a/.docker/Dockerfile.php80 +++ b/.docker/Dockerfile.php80 @@ -47,8 +47,8 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \ # pevent errors when try to create files at /var/www with user www-data && chown -R www-data /var/www -COPY --from=node:20.5-slim /usr/local/lib/node_modules /usr/local/lib/node_modules -COPY --from=node:20.5-slim /usr/local/bin/node /usr/local/bin/node +COPY --from=node:20.11-slim /usr/local/lib/node_modules /usr/local/lib/node_modules +COPY --from=node:20.11-slim /usr/local/bin/node /usr/local/bin/node RUN ln -s /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npm COPY --from=composer /usr/bin/composer /usr/bin/composer diff --git a/.docker/Dockerfile.php81 b/.docker/Dockerfile.php81 index 99d7a77..7be08ec 100644 --- a/.docker/Dockerfile.php81 +++ b/.docker/Dockerfile.php81 @@ -47,8 +47,8 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \ # pevent errors when try to create files at /var/www with user www-data && chown -R www-data /var/www -COPY --from=node:20.5-slim /usr/local/lib/node_modules /usr/local/lib/node_modules -COPY --from=node:20.5-slim /usr/local/bin/node /usr/local/bin/node +COPY --from=node:20.11-slim /usr/local/lib/node_modules /usr/local/lib/node_modules +COPY --from=node:20.11-slim /usr/local/bin/node /usr/local/bin/node RUN ln -s /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npm COPY --from=composer /usr/bin/composer /usr/bin/composer diff --git a/.docker/Dockerfile.php82 b/.docker/Dockerfile.php82 index 0316c61..0a7a252 100644 --- a/.docker/Dockerfile.php82 +++ b/.docker/Dockerfile.php82 @@ -47,8 +47,8 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \ # pevent errors when try to create files at /var/www with user www-data && chown -R www-data /var/www -COPY --from=node:20.5-slim /usr/local/lib/node_modules /usr/local/lib/node_modules -COPY --from=node:20.5-slim /usr/local/bin/node /usr/local/bin/node +COPY --from=node:20.11-slim /usr/local/lib/node_modules /usr/local/lib/node_modules +COPY --from=node:20.11-slim /usr/local/bin/node /usr/local/bin/node RUN ln -s /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npm COPY --from=composer /usr/bin/composer /usr/bin/composer diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2d1c31e..b950ebc 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /tmp/.buildx-cache key: ${{ matrix.container }}-buildx-${{ github.sha }}