Skip to content

Commit 4fddf33

Browse files
committed
fix: add 8.5 to commit
1 parent 3881280 commit 4fddf33

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update dependencies
22

33
on:
44
schedule:
5-
- cron: '0 4 * * 1' # Every Monday 04:00 UTC
5+
- cron: "0 4 * * 1" # Every Monday 04:00 UTC
66
workflow_dispatch:
77

88
jobs:
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
git config user.name "github-actions[bot]"
2626
git config user.email "github-actions[bot]@users.noreply.github.com"
27-
git add 8.2/Dockerfile 8.3/Dockerfile 8.4/Dockerfile README.md
27+
git add 8.2/Dockerfile 8.3/Dockerfile 8.4/Dockerfile 8.5/Dockerfile README.md
2828
git diff --staged --quiet && echo "Already up to date." && exit 0
2929
git commit -m "chore: update Composer and Node to latest patch versions"
3030
git push

8.5/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
ARG NODE_VERSION=22.22.2
1+
ARG NODE_VERSION=22.22.3
22
FROM node:${NODE_VERSION}-alpine AS node
33

44
FROM php:8.5-cli-alpine
55

6-
ARG COMPOSER_VERSION=2.9.7
7-
ARG COMPOSER_SHA256=d3c6801ea6e5dd291d0f149295a4d0f1539a74d5231958fe8fdaa889a497e6cf
6+
ARG COMPOSER_VERSION=2.9.8
7+
ARG COMPOSER_SHA256=59b2c50e10cafa0d8efc19ede9a326d782f096c674a26baf98cf042ce23de890
88

99
ENV CI=true \
1010
LANG=C.UTF-8 \

0 commit comments

Comments
 (0)