Skip to content

Commit 7d31450

Browse files
Update node Docker tag to v19
| datasource | package | from | to | | ---------- | ------- | ---- | -- | | docker | node | 18 | 19 | | docker | node | 18 | 19 | Signed-off-by: Renovate Bot <[email protected]>
1 parent e6724c7 commit 7d31450

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