Skip to content

Commit

Permalink
Update Element to 1.11.87
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Dec 3, 2024
1 parent 6da6237 commit 54036ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.59"
version: "1.0.60"

# The version of Element
appVersion: "1.11.86"
appVersion: "1.11.87"
6 changes: 3 additions & 3 deletions element/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG NGINX_VERSION=1.27.2
ARG NGINX_VERSION=1.27.3

FROM quay.io/nginx/nginx-unprivileged:${NGINX_VERSION}

USER 0

ARG ELEMENT_VERSION=1.11.86
ARG ELEMENT_TAR_HASH=a0ef528474e283bbd81b4e2281f5e47f59df8c3fb9be20a81b1bce639cf9f731
ARG ELEMENT_VERSION=1.11.87
ARG ELEMENT_TAR_HASH=0d3333804b5486d3a889bcad82e8ecbd79c1c70392dcdcda6248e72dcc7cb087

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
2 changes: 1 addition & 1 deletion element/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
docker buildx build --pull \
. \
--platform linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le \
--push --tag ghcr.io/remram44/matrix-helm/element:1.11.86
--push --tag ghcr.io/remram44/matrix-helm/element:1.11.87

0 comments on commit 54036ff

Please sign in to comment.