mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 19:43:09 +02:00
Update node to 12.9.1
This commit is contained in:
parent
e5e344e1cd
commit
8de2f4ce76
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
v12.8.1
|
v12.9.1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:12.8-alpine AS base
|
FROM node:12.9.1-alpine AS base
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue