Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource | package           | from  | to     |
| ---------- | ----------------- | ----- | ------ |
| docker     | composer          | 2.4.4 | 2.8.4  |
| npm        | markdownlint-cli2 | 0.3.2 | 0.17.2 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent a7b82ea commit 16a89ce
Show file tree
Hide file tree
Showing 3 changed files with 841 additions and 99 deletions.
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.4 AS composer
FROM composer:2.8.4 AS composer


FROM base-distro AS install-markdownlint
Expand Down
Loading

0 comments on commit 16a89ce

Please sign in to comment.