Skip to content

Commit da41970

Browse files
authored
Use stock composer version
1 parent 7be3dd2 commit da41970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ COPY --from=fetcher /SemanticDrilldown /var/www/html/extensions/SemanticDrilldow
149149
################
150150
# Composer #
151151
################
152-
FROM ghcr.io/mardi4nfdi/docker-composer:main as composer
152+
FROM composer as composer
153153
COPY --from=collector /var/www/html /var/www/html
154154
WORKDIR /var/www/html/
155155
COPY composer.local.json /var/www/html/composer.local.json

0 commit comments

Comments
 (0)