We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156b646 commit bef665cCopy full SHA for bef665c
Dockerfile
@@ -20,4 +20,8 @@ RUN apk add --no-cache --virtual deps \
20
# copy app files
21
COPY . ./
22
23
+RUN adduser -D -h /home/cfu -s /bin/bash cfu
24
+
25
+USER cfu
26
27
CMD ["node", "lib/index.js"]
service.yaml
@@ -1 +1 @@
1
-version: 1.8.1
+version: 1.8.2
0 commit comments