Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
type=sha
type=edge,branch=main
type=raw,value=latest
type=raw,value=php84
type=raw,value=php85

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM php:8.4-fpm-alpine
FROM php:8.5-fpm-alpine

LABEL maintainer="manash149@gmail.com"

LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.vcs-url="https://github.com/msonowal/docker-php-node.git" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.description="Docker For PHP/Laravel Developers - Docker image with PHP 8.3 and NodeJS LTS and Yarn with additional PHP extensions on official PHP Alpine flavour to use with Gitlab and other CI enviornments Fully tested" \
org.label-schema.description="Docker For PHP/Laravel Developers - Docker image with PHP 8.5 and NodeJS LTS and Yarn with additional PHP extensions on official PHP Alpine flavour to use with Gitlab and other CI enviornments Fully tested" \
org.label-schema.url="https://github.com/msonowal/docker-php-node"

#WORKDIR /var/www/html
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
[View All Tags DockerHUB](https://hub.docker.com/repository/docker/msonowal/docker-php-node/tags?page=1&ordering=last_updated)
# TAGS

`php83/main/latest/edge` (PHP 8.3)
`php83/main/latest/edge` (PHP 8.5)

`php84` (PHP 8.4)

`php84` (PHP 8.3)

`php82` (PHP 8.2)

`php81` (PHP 8.1)
Expand All @@ -26,7 +28,7 @@
`php71` (PHP 7.1)


# With composer installed 2.0 upto PHP 8.3 onwards as of now
# With composer installed 2.0 upto PHP 8.5 onwards as of now

Node v18

Expand Down
Loading