mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 19:33:24 +00:00
updated deps & updated node for circleci and docker to 10.x. (8.x should technically still work)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:8-alpine
|
||||
FROM node:10-alpine
|
||||
|
||||
RUN apk add --no-cache git
|
||||
RUN addgroup -S -g 10001 app && adduser -S -D -G app -u 10001 app
|
||||
|
||||
Reference in New Issue
Block a user