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.
1 parent e6fa5c9 commit cd9e040Copy full SHA for cd9e040
.github/workflows/publish.yml
@@ -10,6 +10,7 @@ env:
10
11
jobs:
12
push:
13
+ name: Push to GHCR
14
runs-on: ubuntu-20.04
15
if: github.event_name == 'push'
16
Dockerfile
@@ -1,8 +1,8 @@
1
-ARG PHP_VERSION=8.1.2
+ARG PHP_VERSION=8.1.5
2
3
FROM php:${PHP_VERSION}-fpm-alpine
4
5
-ARG COMPOSER_VERSION=2.2.5
+ARG COMPOSER_VERSION=2.3.5
6
7
ENV COMPOSER_HOME=/application/.composer
8
ENV COMPOSER_MEMORY_LIMIT=-1
0 commit comments