Skip to content

Commit cd8c488

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | ----------------- | ----- | ------ | | docker | composer | 2.4.4 | 2.6.5 | | npm | markdownlint-cli2 | 0.3.2 | 0.11.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f16ba07 commit cd8c488

File tree

3 files changed

+103
-81
lines changed

3 files changed

+103
-81
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Aliasing base images, so we can change just this, when needing to upgrade or pull base layers
22
FROM ubuntu:22.04 AS base-distro
3-
FROM composer:2.4.4 AS composer
3+
FROM composer:2.6.5 AS composer
44

55

66
FROM base-distro AS install-markdownlint

setup/markdownlint/package-lock.json

Lines changed: 101 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup/markdownlint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "laminas-continuous-integration-action-markdownlint",
33
"description": "Frozen dependencies required for installing a stable \\`markdownlint\\` binary",
44
"dependencies": {
5-
"markdownlint-cli2": "0.3.2"
5+
"markdownlint-cli2": "0.11.0"
66
}
77
}

0 commit comments

Comments
 (0)