Skip to content

Commit 262c5bb

Browse files
authored
Merge pull request #1 from ekino/feat/upgrade-frankenphp
chore: upgrade FrankenPHP version to 1.4.4
2 parents 86e1f8f + 2059079 commit 262c5bb

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

.docker/php/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Versions
2-
FROM dunglas/frankenphp:1.3.3-php8.3 AS frankenphp_upstream
2+
FROM dunglas/frankenphp:1.4.4-php8.3 AS frankenphp_upstream
33

44
# Base FrankenPHP image
55
FROM frankenphp_upstream AS frankenphp_base

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "docker"
4+
directory: ".docker/php"
5+
schedule:
6+
interval: "daily"

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
.idea
2222
auth.json
2323
auth.json.sample
24-
CHANGELOG.md
2524
COPYING.txt
2625
grunt-config.json.sample
2726
Gruntfile.js.sample

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Versions
2+
========
3+
4+
main
5+
----
6+
* Upgrade FrankenPHP version from 1.3.3-php8.3 to 1.4.4-php8.3

0 commit comments

Comments
 (0)