diff --git a/backend/deps.edn b/backend/deps.edn index 0911ba205..4b7b62eb0 100644 --- a/backend/deps.edn +++ b/backend/deps.edn @@ -20,7 +20,7 @@ io.lettuce/lettuce-core {:mvn/version "6.1.6.RELEASE"} java-http-clj/java-http-clj {:mvn/version "0.4.3"} - funcool/yetti {:git/tag "v9.0" :git/sha "e09e46c" + funcool/yetti {:git/tag "v9.1" :git/sha "63f35d9" :git/url "https://github.com/funcool/yetti.git" :exclusions [org.slf4j/slf4j-api]} diff --git a/backend/src/app/emails.clj b/backend/src/app/emails.clj index 1a5aebb63..23bc10310 100644 --- a/backend/src/app/emails.clj +++ b/backend/src/app/emails.clj @@ -173,7 +173,7 @@ (send-console! cfg props))))) (defn- send-console! - [cfg email] + [_ email] (let [body (:body email) out (with-out-str (println "email console dump:") diff --git a/docker/devenv/Dockerfile b/docker/devenv/Dockerfile index 2a2575355..98ae0514f 100644 --- a/docker/devenv/Dockerfile +++ b/docker/devenv/Dockerfile @@ -3,10 +3,10 @@ LABEL maintainer="Andrey Antukh " 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 diff --git a/docker/images/config.env b/docker/images/config.env index e77b85d68..0174efe90 100644 --- a/docker/images/config.env +++ b/docker/images/config.env @@ -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