1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-12-08 00:44:30 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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