mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 21:08:30 +02:00
⬆️ Update backend and docker dependencies
This commit is contained in:
parent
fd9b442075
commit
2af057a79f
4 changed files with 5 additions and 5 deletions
|
@ -3,10 +3,10 @@ LABEL maintainer="Andrey Antukh <niwi@niwi.nz>"
|
|||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
ENV NODE_VERSION=v16.14.0 \
|
||||
ENV NODE_VERSION=v16.14.2 \
|
||||
CLOJURE_VERSION=1.11.0.1100 \
|
||||
CLJKONDO_VERSION=2022.03.09 \
|
||||
BABASHKA_VERSION=0.7.8 \
|
||||
BABASHKA_VERSION=0.8.0 \
|
||||
LANG=en_US.UTF-8 \
|
||||
LC_ALL=en_US.UTF-8
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ PENPOT_REDIS_URI=redis://penpot-redis/0
|
|||
# can be configured to store in AWS S3 or completely in de the database.
|
||||
# Storing in the database makes the backups more easy but will make access to
|
||||
# media less performant.
|
||||
ASSETS_STORAGE_BACKEND=assets-fs
|
||||
PENPOT_ASSETS_STORAGE_BACKEND=assets-fs
|
||||
PENPOT_STORAGE_ASSETS_FS_DIRECTORY=/opt/data/assets
|
||||
|
||||
# Telemetry. When enabled, a periodical process will send anonymous data about
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue