forked from cloudron-apps/gitea-app
Update git
https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-1000117.html
This commit is contained in:
parent
355ee698dc
commit
8685d0606a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM cloudron/base:0.10.0
|
||||||
ENV VERSION 1.1.3
|
ENV VERSION 1.1.3
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y openssh-server && \
|
apt-get install -y openssh-server git && \
|
||||||
rm -rf /etc/ssh_host_* && \
|
rm -rf /etc/ssh_host_* && \
|
||||||
rm -r /var/cache/apt /var/lib/apt/lists
|
rm -r /var/cache/apt /var/lib/apt/lists
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue