summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2022-02-15 11:35:59 +0100
committerYorhel <git@yorhel.nl>2022-02-15 11:38:16 +0100
commita60c260f1465cd35b8f9f41b559658d502c6522a (patch)
tree8230abb297b554e294bc018113ef8939788305a1 /Dockerfile
parent833e6a1252a9d1f05129dd6be29733a757e0cb35 (diff)
Use new TUWF db_connect hook and summary tag
Requires an update to the latest TUWF master. The use of the db_connect fixes a possible bug when the DB session is reconnected but the internal language preferences state isn't updated. This is a pretty theoretical issue though, I've never seen VNDB lose the DB connection.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 0ff5adcc..84d03d5b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.13
MAINTAINER Yorhel <contact@vndb.org>
-ENV VNDB_DOCKER_VERSION=9
+ENV VNDB_DOCKER_VERSION=10
CMD /var/www/util/docker-init.sh
RUN apk add --no-cache \