We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c617ff9 + 9dec6fc commit f71440eCopy full SHA for f71440e
Dockerfile-build
@@ -1,4 +1,4 @@
1
-FROM wyrihaximusnet/php:7.4-nts-alpine-slim
+FROM wyrihaximusnet/php:8.2-nts-alpine-slim
2
3
COPY versions.php /app/versions.php
4
versions.php
@@ -1,5 +1,7 @@
<?php
+declare(strict_types=1);
+
5
$versions = [];
6
7
if (getenv('INPUT_UPCOMINGRELEASES') == 'true') {
0 commit comments