Skip to content

Commit

Permalink
Update all non-major dependencies (#361)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 7, 2023
1 parent edc3ccb commit 57df467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 57df467

Please sign in to comment.