Skip to content

Commit cd9e040

Browse files
#29 - bump PHP to 8.1.5 and Composer to 2.3.5 (#30)
1 parent e6fa5c9 commit cd9e040

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010

1111
jobs:
1212
push:
13+
name: Push to GHCR
1314
runs-on: ubuntu-20.04
1415
if: github.event_name == 'push'
1516

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
ARG PHP_VERSION=8.1.2
1+
ARG PHP_VERSION=8.1.5
22

33
FROM php:${PHP_VERSION}-fpm-alpine
44

5-
ARG COMPOSER_VERSION=2.2.5
5+
ARG COMPOSER_VERSION=2.3.5
66

77
ENV COMPOSER_HOME=/application/.composer
88
ENV COMPOSER_MEMORY_LIMIT=-1

0 commit comments

Comments
 (0)