mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-01 15:24:59 +00:00
Merge branch 'CVE-2017-1000117' into 'master'
Cve 2017 1000117 See merge request !4
This commit is contained in:
@@ -13,3 +13,8 @@
|
|||||||
[1.0.0]
|
[1.0.0]
|
||||||
* Update to version 1.1.3
|
* Update to version 1.1.3
|
||||||
|
|
||||||
|
[1.0.1]
|
||||||
|
* Update Git to v2.7.4-0ubuntu1.2
|
||||||
|
* Fixes critical security issue that allows remote command execution in git
|
||||||
|
* https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-1000117.html
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
"author": "Gitea developers",
|
"author": "Gitea developers",
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"tagline": "A painless self-hosted Git Service",
|
"tagline": "A painless self-hosted Git Service",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user