Skip to content

Commit

Permalink
chore(deps): update composer docker tag to v2.4.0
Browse files Browse the repository at this point in the history
| datasource | package  | from   | to    |
| ---------- | -------- | ------ | ----- |
| docker     | composer | 2.3.10 | 2.4.0 |


Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] committed Aug 19, 2022
1 parent ebe6051 commit 7a6722b
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.10 AS composer
FROM composer:2.4.0 AS composer


FROM base-distro AS install-markdownlint
Expand Down

0 comments on commit 7a6722b

Please sign in to comment.