Skip to content

Commit

Permalink
Update Node.js to v12.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 11, 2021
1 parent 18f80d5 commit aea2a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Dockerfile
@@ -1,5 +1,5 @@
# build environment
FROM node:12.2.0-alpine as build
FROM node:12.22.4-alpine as build
WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
COPY package.json /app/package.json
Expand Down

0 comments on commit aea2a3f

Please sign in to comment.