Skip to content

Commit

Permalink
Update Node.js to v12.22.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 18f80d5 commit 928d0fe
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.10-alpine as build
WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
COPY package.json /app/package.json
Expand Down

0 comments on commit 928d0fe

Please sign in to comment.