Skip to content

Commit

Permalink
Update node Docker tag to v20.5.1
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| docker     | node    | 20.5.0 | 20.5.1 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 12, 2023
1 parent 440393f commit cd0d7b8
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:20.5.0-alpine as compiler
FROM node:20.5.1-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:20.5.0-alpine
FROM node:20.5.1-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 cd0d7b8

Please sign in to comment.