Skip to content

Commit f45fba4

Browse files
authored
Merge pull request #285 from laminas/renovate/node-21.x
Update node Docker tag to v21
2 parents c8e15b4 + 80d09e9 commit f45fba4

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:20.12.2-alpine as compiler
1+
FROM node:21.7.3-alpine as compiler
22

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

1212

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

0 commit comments

Comments
 (0)