1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

build(deps): bump node from 16.1.0 to 16.2.0 (#31)

This commit is contained in:
dependabot[bot]
2021-05-20 11:14:07 +02:00
committed by GitHub
parent a4e48de57e
commit c5f8b4fb13

View File

@ -1,4 +1,4 @@
FROM node:16.1.0
FROM node:16.2.0
WORKDIR /usr/src/app
RUN chown --recursive node:node /usr/src/app