We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c5836 commit 4d86d38Copy full SHA for 4d86d38
Dockerfile
@@ -1,12 +1,11 @@
1
-FROM composer@sha256:d374b2e1f715621e9d9929575d6b35b11cf4a6dc237d4a08f2e6d1611f534675 as composer
2
-# composer is pinned at a PHP 7 version
+FROM composer:2.8 as composer
3
4
WORKDIR /installing
5
COPY ./ /installing
6
RUN composer install --no-dev --no-progress
7
8
9
-FROM php:7.3-apache
+FROM php:8.1-apache
10
11
LABEL org.opencontainers.image.source="https://github.com/wbstack/cradle"
12
composer.json
@@ -8,7 +8,7 @@
}
],
"require": {
- "wbstack/magnustools": "dev-main#f657632306dfd1f03305c12bd0fbf9cdba15b954"
+ "wbstack/magnustools": "dev-main#68dfeb87266a66d751fbf28937ffc03a779a8450"
},
13
"scripts": {
14
"post-install-cmd": [
0 commit comments