Skip to content

Commit

Permalink
Merge pull request #125 from laminas/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update composer docker tag to v2.4.1
  • Loading branch information
Ocramius authored Aug 23, 2022
2 parents 0759bbc + 7b68cd4 commit 6dcb42b
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.4.0 AS composer
FROM composer:2.4.1 AS composer


FROM base-distro AS install-markdownlint
Expand Down

0 comments on commit 6dcb42b

Please sign in to comment.