feat: forgejo -> 9.0.1, runner -> 4.0.1

This commit is contained in:
Marc 2024-11-03 21:43:52 -05:00
parent fa8969d093
commit cbed0c2116
Signed by: marc
GPG key ID: 048E042F22B5DC79
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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