Skip to content

Commit b54d37e

Browse files
committed
Revert "chore(deps): update php docker tag to v8.5 (#281)"
This reverts commit 6a56823.
1 parent 6a56823 commit b54d37e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.5-cli-bookworm AS builder
1+
FROM php:8.4-cli-bookworm AS builder
22

33
# hadolint ignore=DL3008
44
RUN apt-get update -qq && \
@@ -31,7 +31,7 @@ RUN version=43 && \
3131
cmake --build . && \
3232
cmake --build . --target install
3333

34-
FROM php:8.5-cli-bookworm
34+
FROM php:8.4-cli-bookworm
3535

3636
LABEL org.opencontainers.image.authors="Alex Skrypnyk <alex@drevops.com>" \
3737
org.opencontainers.image.description="CI runner with PHP, Node.js, Docker, and development tools" \

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
"extends": [
66
"config:recommended"
77
],
8+
"packageRules": [
9+
{
10+
"matchDatasources": ["docker"],
11+
"matchPackageNames": ["php"],
12+
"allowedVersions": "8.4.x"
13+
}
14+
],
815
"customManagers": [
916
{
1017
"customType": "regex",
@@ -18,3 +25,4 @@
1825
}
1926
]
2027
}
28+

0 commit comments

Comments
 (0)