Skip to content

Commit b2a06f2

Browse files
authored
Merge pull request #283 from laminas/1.41.x-merge-up-into-2.0.x_NM87KxrA
Merge release 1.41.0 into 2.0.x
2 parents 42b0c2e + ff2b3dd commit b2a06f2

File tree

5 files changed

+1033
-284
lines changed

5 files changed

+1033
-284
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG NODE_MAJOR=20
22

33
# Aliasing base images, so we can change just this, when needing to upgrade or pull base layers
44
FROM ubuntu:22.04 AS base-distro
5-
FROM composer:2.7.7 AS composer
5+
FROM composer:2.8.5 AS composer
66

77
FROM base-distro AS install-markdownlint
88
ARG NODE_MAJOR

0 commit comments

Comments
 (0)