Skip to content

Commit

Permalink
Update Element to 1.11.24
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Feb 28, 2023
1 parent 09521b5 commit 3376f96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/element/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A chart for Element, the web interface for Matrix.org.

type: application

version: "1.0.0"
version: "1.0.1"

# The version of Element
appVersion: "1.11.23"
appVersion: "1.11.24"
4 changes: 2 additions & 2 deletions element/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM nginxinc/nginx-unprivileged:${NGINX_VERSION}

USER 0

ARG ELEMENT_VERSION=1.11.23
ARG ELEMENT_TAR_HASH=d8b6e81531e975e9f581fd582f679b1052b432336fd5e4ffb702502e71d0a24d
ARG ELEMENT_VERSION=1.11.24
ARG ELEMENT_TAR_HASH=2671281dde4c577e20c3c1bce24caa519a574b848e63f968d0f76a43455936c1

RUN curl -Lo /tmp/element-v${ELEMENT_VERSION}.tar.gz https://github.com/vector-im/element-web/releases/download/v${ELEMENT_VERSION}/element-v${ELEMENT_VERSION}.tar.gz && \
printf "${ELEMENT_TAR_HASH} /tmp/element-v${ELEMENT_VERSION}.tar.gz\\n" | sha256sum -c && \
Expand Down

0 comments on commit 3376f96

Please sign in to comment.