Skip to content

Commit

Permalink
Update composer Docker tag to v2.4.4
Browse files Browse the repository at this point in the history
| datasource | package  | from  | to    |
| ---------- | -------- | ----- | ----- |
| docker     | composer | 2.4.3 | 2.4.4 |


Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] committed Oct 29, 2022
1 parent 8f1d226 commit 1762c2e
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:22.04 AS base-distro
FROM composer:2.4.3 AS composer
FROM composer:2.4.4 AS composer


FROM base-distro AS install-markdownlint
Expand Down

0 comments on commit 1762c2e

Please sign in to comment.