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.5.8 |
| npm        | markdownlint-cli2 | 0.3.2 | 0.8.1 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 3, 2023
1 parent e7eebb9 commit 0f7391c
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 119 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.5.8 AS composer


FROM base-distro AS install-markdownlint
Expand Down
Loading

0 comments on commit 0f7391c

Please sign in to comment.