test a cve patch for ubuntu

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-09 13:16:52 +02:00
parent 4e12ba603e
commit 00eabdcbfa
+5
View File
@@ -14,6 +14,11 @@ 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