bump firefly & gitea tags

master
Paul Walko 2021-07-07 23:45:14 -04:00
parent 63788a1935
commit 0481afc3eb
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ up () {
--env APP_URL=https://ff.seaturtle.pw \
--volume /bigdata/k8s-config/firefly/data:/var/www/html/storage/upload:rw \
--network pew-net \
docker.io/jc5x/firefly-iii:version-5.4.6
docker.io/fireflyiii/core:version-5.5.12
# Exposed on port 3306 in pew-net
docker run \

View File

@ -24,7 +24,7 @@ up () {
--volume /etc/timezone:/etc/timezone:ro \
--publish 2222:2222 \
--network pew-net \
docker.io/gitea/gitea:1.12.5
docker.io/gitea/gitea:1.14.4
}
down () {