Skip to content

Commit

Permalink
Merge pull request #267 from laminas/1.24.x-merge-up-into-2.0.x_SZTgtwBL
Browse files Browse the repository at this point in the history
Merge release 1.24.0 into 2.0.x
  • Loading branch information
boesing authored Sep 3, 2023
2 parents 9978c26 + 1fef08f commit 4f5e67f
Show file tree
Hide file tree
Showing 6 changed files with 964 additions and 1,112 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.3.1-alpine as compiler
FROM node:20.5.1-alpine as compiler

RUN mkdir -p /usr/local/source
WORKDIR /usr/local/source
Expand All @@ -10,7 +10,7 @@ COPY ./src ./src
RUN npm run build


FROM node:20.3.1-alpine
FROM node:20.5.1-alpine
LABEL "repository"="http://github.com/laminas/laminas-ci-matrix-action"
LABEL "homepage"="http://github.com/laminas/laminas-ci-matrix-action"
LABEL "maintainer"="https://github.com/laminas/technical-steering-committee/"
Expand Down
1 change: 1 addition & 0 deletions laminas-ci.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@
"8.0",
"8.1",
"8.2",
"8.3",
"*",
"@latest",
"@lowest"
Expand Down
Loading

0 comments on commit 4f5e67f

Please sign in to comment.