mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 22:23:08 +02:00
Update node version
This commit is contained in:
parent
5d10642e07
commit
ecd541873b
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
v16.0.0
|
||||
v16.2.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:16.0.0-alpine3.13 AS base
|
||||
FROM node:16.2.0-alpine3.13 AS base
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
|
|
Loading…
Reference in a new issue