Skip to content

Commit 4d86d38

Browse files
2025 Jan: update magnustools (#125)
* fix Dockerfile * update composer.json * Update magnustools version --------- Co-authored-by: Andrew Kostka <andrew.kostka@wikimedia.de>
1 parent 90c5836 commit 4d86d38

File tree

3 files changed

+1020
-14
lines changed

3 files changed

+1020
-14
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
FROM composer@sha256:d374b2e1f715621e9d9929575d6b35b11cf4a6dc237d4a08f2e6d1611f534675 as composer
2-
# composer is pinned at a PHP 7 version
1+
FROM composer:2.8 as composer
32

43
WORKDIR /installing
54
COPY ./ /installing
65
RUN composer install --no-dev --no-progress
76

87

9-
FROM php:7.3-apache
8+
FROM php:8.1-apache
109

1110
LABEL org.opencontainers.image.source="https://github.com/wbstack/cradle"
1211

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
],
1010
"require": {
11-
"wbstack/magnustools": "dev-main#f657632306dfd1f03305c12bd0fbf9cdba15b954"
11+
"wbstack/magnustools": "dev-main#68dfeb87266a66d751fbf28937ffc03a779a8450"
1212
},
1313
"scripts": {
1414
"post-install-cmd": [

0 commit comments

Comments
 (0)