Skip to content

Commit 73bc290

Browse files
Update node Docker tag to v22
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | node | 21.7.3 | 22.4.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0a9b580 commit 73bc290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:21.7.3-alpine as compiler
1+
FROM node:22.4.0-alpine as compiler
22

33
RUN mkdir -p /usr/local/source
44
WORKDIR /usr/local/source
@@ -11,7 +11,7 @@ COPY ./src ./src
1111
RUN npm run build
1212

1313

14-
FROM node:21.7.3-alpine
14+
FROM node:22.4.0-alpine
1515
LABEL "repository"="http://github.com/laminas/laminas-ci-matrix-action"
1616
LABEL "homepage"="http://github.com/laminas/laminas-ci-matrix-action"
1717
LABEL "maintainer"="https://github.com/laminas/technical-steering-committee/"

0 commit comments

Comments
 (0)