Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
docker
PHP
Commits
43213be0
Commit
43213be0
authored
Dec 01, 2020
by
Ludwig Ruderstaller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
dc0df9ea
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
dist/8.0/cli/Dockerfile
dist/8.0/cli/Dockerfile
+1
-1
dist/8.0/fpm/Dockerfile
dist/8.0/fpm/Dockerfile
+1
-1
versions.json
versions.json
+2
-2
No files found.
dist/8.0/cli/Dockerfile
View file @
43213be0
FROM
php:8.0
.0
-alpine
FROM
php:8.0-alpine
MAINTAINER
Ludwig Ruderstaller "l.ruderstaller@cwd.at"
ENV
COMPOSER_ALLOW_SUPERUSER=1 \
...
...
dist/8.0/fpm/Dockerfile
View file @
43213be0
FROM
php:8.0
.0
-fpm-alpine
FROM
php:8.0-fpm-alpine
MAINTAINER
Ludwig Ruderstaller "l.ruderstaller@cwd.at"
ENV
COMPOSER_ALLOW_SUPERUSER=1 \
...
...
versions.json
View file @
43213be0
...
...
@@ -22,7 +22,7 @@
},
"8.0"
:
{
"tags"
:
[
"8.0.0"
,
"8.0"
],
"image"
:
"php:8.0
.0
-alpine"
,
"image"
:
"php:8.0-alpine"
,
"use_xdebug"
:
true
}
...
...
@@ -51,7 +51,7 @@
},
"8.0"
:
{
"tags"
:
[
"8.0.0"
,
"8.0"
],
"image"
:
"php:8.0
.0
-fpm-alpine"
,
"image"
:
"php:8.0-fpm-alpine"
,
"use_xdebug"
:
true
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment