diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 65aafcc5..2c358115 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -72,7 +72,7 @@ jobs: run: bin/daux generate --format=html-file --destination=static-single - name: Setup Node.js - uses: actions/setup-node@v3.5.1 + uses: actions/setup-node@v3.6.0 with: node-version: '16.x' cache: 'yarn' diff --git a/Dockerfile b/Dockerfile index f91ba6b7..657ffaf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM composer:2.5.1 AS composer -FROM php:8.2.0 +FROM php:8.2.1 RUN apt-get update \ && apt-get install -y --no-install-recommends libicu-dev git unzip \