Skip to content

Commit

Permalink
Merge pull request #281 from laminas/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
boesing authored Apr 23, 2024
2 parents 49f1ea5 + a8b9ff4 commit 15caf36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.6.1-alpine as compiler
FROM node:20.12.2-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.6.1-alpine
FROM node:20.12.2-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
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"source-map-loader": "^4.0.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "~5.2.0",
"typescript": "~5.4.0",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.0"
}
Expand Down

0 comments on commit 15caf36

Please sign in to comment.