diff --git a/.containers/base/ubuntu/Dockerfile b/.containers/base/ubuntu/Dockerfile index 0ea5fe332e1..9fae5cc8acf 100644 --- a/.containers/base/ubuntu/Dockerfile +++ b/.containers/base/ubuntu/Dockerfile @@ -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