Skip to content

Commit 3cf9831

Browse files
authored
Update to 10.0
1 parent fe8dd36 commit 3cf9831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM ${BASE_IMAGE}:${BASE_VERSION}
66
RUN dnf install -y git git-lfs openssh-server \
77
&& dnf clean all \
88
&& 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 \
9+
&& curl -fsSL https://codeberg.org/forgejo/forgejo/releases/download/v10.0.0/forgejo-10.0.0-linux-amd64 -o /usr/local/bin/forgejo \
1010
&& chmod +x /usr/local/bin/forgejo \
1111
&& curl -fsSL https://codeberg.org/forgejo/forgejo/raw/branch/forgejo/contrib/systemd/forgejo.service -o /etc/systemd/system/forgejo.service \
1212
&& sed -i 's/HOME=\/home\/git/HOME=\/var\/home\/git/' /etc/systemd/system/forgejo.service \

0 commit comments

Comments
 (0)