Skip to content

Commit 9ad233c

Browse files
chore(deps): update dependency node to v18
Signed-off-by: Renovate Bot <[email protected]> | datasource | package | from | to | | ---------- | ------- | ---- | -- | | docker | node | 17 | 18 | | docker | node | 17 | 18 |
1 parent d2e6b43 commit 9ad233c

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:17-alpine as compiler
1+
FROM node:18-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:17-alpine
13+
FROM node:18-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)