1
0
mirror of https://github.com/taigaio/taiga-front synced 2025-10-05 23:32:47 +02:00

chore: Update Dockerfile taiga-front-dist version

This commit is contained in:
charlie
2025-03-10 10:13:54 +01:00
parent e032ca756e
commit c4696125b4

View File

@@ -18,9 +18,9 @@ RUN set -eux; \
apk add \
bash; \
# Install taiga-front core
wget https://github.com/taigaio/taiga-front-dist/archive/6.8.1.zip -O source.zip; \
wget https://github.com/taigaio/taiga-front-dist/archive/6.8.2.zip -O source.zip; \
unzip source.zip; \
mv /taiga-front-dist-6.8.1 /taiga; \
mv /taiga-front-dist-6.8.2 /taiga; \
mv /conf.json.template taiga/dist/; \
chmod +x /docker-entrypoint.d/30_config_env_subst.sh; \
# Install taiga-front contribs