-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
# syntax=docker/dockerfile:labs | ||
ARG COMPOSER_VERSION=2.6.5 | ||
ARG COMPOSER_VERSION=2.7.6 | ||
# voir https://hub.docker.com/_/php/tags?page=&page_size=&ordering=&name=fpm-a | ||
ARG PHP_VERSION=8.3.7 | ||
ARG ALPINE_VERSION=3.20 | ||
# https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases | ||
ARG PHP_CS_FIXER_VERSION=3.57.2 | ||
ARG GIT_EMAIL="[email protected]" | ||
ARG GIT_USERNAME="seb" | ||
ARG ALPINE_VERSION=3.20 | ||
ARG PHP_CS_FIXER_VERSION=3.52.1 | ||
|
||
# Do not expose the port to the host. | ||
# https://hub.docker.com/_/php | ||
|