Skip to content

Commit

Permalink
Merge pull request #134 from laminas/renovate/node-19.x
Browse files Browse the repository at this point in the history
Update node Docker tag to v19
  • Loading branch information
Ocramius committed Nov 2, 2022
2 parents e6724c7 + 7d31450 commit bd923a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine as compiler
FROM node:19-alpine as compiler

RUN mkdir -p /usr/local/source
WORKDIR /usr/local/source
Expand All @@ -10,7 +10,7 @@ COPY ./src ./src
RUN npm run build


FROM node:18-alpine
FROM node:19-alpine
LABEL "repository"="http://github.com/laminas/laminas-ci-matrix-action"
LABEL "homepage"="http://github.com/laminas/laminas-ci-matrix-action"
LABEL "maintainer"="https://github.com/laminas/technical-steering-committee/"
Expand Down

0 comments on commit bd923a6

Please sign in to comment.