Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update node.js to v16.11.1
Browse files Browse the repository at this point in the history
renovate-bot committed Oct 13, 2021
1 parent 902478c commit 3405840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend-project/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.10.0-slim@sha256:283d85e5a64183046abad478f5f98428720c1b30a72cc11d0cd1cedc1cb53493 AS env
FROM node:16.11.1-slim@sha256:fec03c5118caa0ab69a03d5980289e9a2335c6448307412bde254bd0c3856c69 AS env

RUN apt update && apt install -y g++ git make python3
WORKDIR /code

0 comments on commit 3405840

Please sign in to comment.