diff --git a/frankenphp-8.2.yaml b/frankenphp-8.2.yaml index 721fbaa..b5fd029 100644 --- a/frankenphp-8.2.yaml +++ b/frankenphp-8.2.yaml @@ -1,7 +1,7 @@ package: name: frankenphp-8.2 version: 1.1.2 - epoch: 0 + epoch: 1 description: "FrankenPHP" copyright: - license: MIT @@ -17,6 +17,7 @@ environment: - build-base - busybox - go + - libcap-utils - libxml2-dev - php-frankenphp-8.2 - php-frankenphp-8.2-dev @@ -62,6 +63,8 @@ pipeline: - uses: strip + - runs: setcap cap_net_bind_service=+ep "${{targets.destdir}}/usr/bin/frankenphp" + update: enabled: true github: diff --git a/frankenphp-8.3.yaml b/frankenphp-8.3.yaml index 0f12287..4c47e8a 100644 --- a/frankenphp-8.3.yaml +++ b/frankenphp-8.3.yaml @@ -1,7 +1,7 @@ package: name: frankenphp-8.3 version: 1.1.2 - epoch: 0 + epoch: 1 description: "FrankenPHP" copyright: - license: MIT @@ -17,6 +17,7 @@ environment: - build-base - busybox - go + - libcap-utils - libxml2-dev - php-frankenphp-8.3 - php-frankenphp-8.3-dev @@ -62,6 +63,8 @@ pipeline: - uses: strip + - runs: setcap cap_net_bind_service=+ep "${{targets.destdir}}/usr/bin/frankenphp" + update: enabled: true github: