Skip to content

Commit

Permalink
Merge pull request #101 from boesing/chore/composer/2.3.9
Browse files Browse the repository at this point in the history
Update `composer` to v2.3.9
  • Loading branch information
Ocramius authored Jul 10, 2022
2 parents 6cd28a6 + 967adc9 commit c2d713a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Aliasing base images, so we can change just this, when needing to upgrade or pull base layers
FROM ubuntu:20.04 AS base-distro
FROM composer:2.3.7 AS composer
FROM composer:2.3.9 AS composer


FROM base-distro AS install-markdownlint
Expand Down

0 comments on commit c2d713a

Please sign in to comment.