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
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 5 additions and 0 deletions

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