feat: forgejo -> 9.0.1, runner -> 4.0.1
This commit is contained in:
parent
fa8969d093
commit
cbed0c2116
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ containers:
|
||||||
- name: db
|
- name: db
|
||||||
container: /var/lib/postgresql/data
|
container: /var/lib/postgresql/data
|
||||||
- name: app
|
- name: app
|
||||||
image: codeberg.org/forgejo/forgejo:8.0.3-rootless # Updated: 25/10/2024
|
image: codeberg.org/forgejo/forgejo:9.0.1-rootless # Updated: 3/11/2024
|
||||||
volumes:
|
volumes:
|
||||||
- host: /etc/timezone
|
- host: /etc/timezone
|
||||||
container: /etc/timezone
|
container: /etc/timezone
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
|
||||||
RUNNER_VERSION=3.5.1
|
RUNNER_VERSION=4.0.1
|
||||||
|
|
||||||
wget -O "$FORGEJO_RUNNER_ROOT"/forgejo-runner https://code.forgejo.org/forgejo/runner/releases/download/v$RUNNER_VERSION/forgejo-runner-$RUNNER_VERSION-linux-amd64
|
wget -O "$FORGEJO_RUNNER_ROOT"/forgejo-runner https://code.forgejo.org/forgejo/runner/releases/download/v$RUNNER_VERSION/forgejo-runner-$RUNNER_VERSION-linux-amd64
|
||||||
chmod +x "$FORGEJO_RUNNER_ROOT"/forgejo-runner
|
chmod +x "$FORGEJO_RUNNER_ROOT"/forgejo-runner
|
||||||
|
|
Loading…
Reference in a new issue