Revert "test a cve patch for ubuntu"

This reverts commit 00eabdcbfa.
This commit is contained in:
kjeld Schouten-Lebbing
2021-05-09 13:21:01 +02:00
parent 00eabdcbfa
commit 3f8e586879
-5
View File
@@ -14,11 +14,6 @@ RUN \
groupmod -n apps kah \
&& chown -R apps:apps /config
# Patch CVE-2020-14040
RUN \
go get -u golang.org/x/text
WORKDIR /app
USER apps