Skip to content

Commit 89adefc

Browse files
Update node Docker tag to v21
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | node | 20.6.1 | 21.6.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 35dab19 commit 89adefc

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.6.1-alpine as compiler
1+
FROM node:21.6.0-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.6.1-alpine
13+
FROM node:21.6.0-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)