Skip to content

Commit

Permalink
Merge pull request #5182 from Catrobat/dependabot/docker/docker/compo…
Browse files Browse the repository at this point in the history
…ser-2.7.8

Build(deps): Bump composer from 2.7.7 to 2.7.8 in /docker
  • Loading branch information
dmetzner authored Aug 26, 2024
2 parents ef27932 + de3b10d commit 5976170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use composer image for better caching
FROM composer:2.7.7 AS composer-build
FROM composer:2.7.8 AS composer-build
COPY composer.json composer.lock ./
RUN composer install --no-scripts

Expand Down

0 comments on commit 5976170

Please sign in to comment.