mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-25 22:47:24 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
cc63133f85 | ||
|
08cbfbb9d4 |
@@ -477,3 +477,6 @@
|
||||
[1.15.2]
|
||||
* Update Gitea to 1.11.2
|
||||
|
||||
[1.15.3]
|
||||
* Update Gitea to 1.11.3
|
||||
|
||||
|
@@ -4,7 +4,7 @@
|
||||
"author": "Gitea developers",
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"tagline": "A painless self-hosted Git Service",
|
||||
"version": "1.15.2",
|
||||
"version": "1.15.3",
|
||||
"healthCheckPath": "/healthcheck",
|
||||
"httpPort": 3000,
|
||||
"addons": {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
This app packages Gitea <upstream>1.11.2</upstream>
|
||||
This app packages Gitea <upstream>1.11.3</upstream>
|
||||
|
||||
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
|
||||
|
||||
ARG VERSION=1.11.2
|
||||
ARG VERSION=1.11.3
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y openssh-server git && \
|
||||
|
Reference in New Issue
Block a user