Update gitea to 1.20
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul Brinkmeier 2023-07-17 16:21:27 +02:00
parent 9bd2f16dbb
commit 836e49f772
2 changed files with 2 additions and 1 deletions

View File

@ -13,3 +13,4 @@
- [ ] Lint caddy file, add gzip and disable admin interface - [ ] Lint caddy file, add gzip and disable admin interface
- [x] Make Gitea display graphs in Notebooks (see https://docs.gitea.io/en-us/external-renderers/). - [x] Make Gitea display graphs in Notebooks (see https://docs.gitea.io/en-us/external-renderers/).
- [x] Factorio server - [x] Factorio server
- [ ] Add flag for Gitea backups (after which Gitea will be up but no contain the sites source code)

View File

@ -1,4 +1,4 @@
FROM gitea/gitea:1.17.3 FROM gitea/gitea:1.20
RUN apk --no-cache add gcc python3-dev py3-pip linux-headers musl-dev libffi-dev RUN apk --no-cache add gcc python3-dev py3-pip linux-headers musl-dev libffi-dev
RUN pip3 install --upgrade pip RUN pip3 install --upgrade pip