We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8dd36 commit 3cf9831Copy full SHA for 3cf9831
containers/Containerfile
@@ -6,7 +6,7 @@ FROM ${BASE_IMAGE}:${BASE_VERSION}
6
RUN dnf install -y git git-lfs openssh-server \
7
&& dnf clean all \
8
&& rm -rf /var/cache/yum \
9
- && curl -fsSL https://codeberg.org/forgejo/forgejo/releases/download/v9.0.3/forgejo-9.0.3-linux-amd64 -o /usr/local/bin/forgejo \
+ && curl -fsSL https://codeberg.org/forgejo/forgejo/releases/download/v10.0.0/forgejo-10.0.0-linux-amd64 -o /usr/local/bin/forgejo \
10
&& chmod +x /usr/local/bin/forgejo \
11
&& curl -fsSL https://codeberg.org/forgejo/forgejo/raw/branch/forgejo/contrib/systemd/forgejo.service -o /etc/systemd/system/forgejo.service \
12
&& sed -i 's/HOME=\/home\/git/HOME=\/var\/home\/git/' /etc/systemd/system/forgejo.service \
0 commit comments