1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-11-08 22:31:30 +01:00

build(deps): bump node from 16.2.0 to 16.3.0 (#57)

This commit is contained in:
dependabot[bot] 2021-06-04 09:25:00 +02:00 committed by GitHub
parent 2c53a1409c
commit 7ef9f79b97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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