Skip to content

Commit

Permalink
Update Element to 1.11.33
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Jun 9, 2023
1 parent 0e5fb96 commit 3625417
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.8"
version: "1.0.9"

# The version of Element
appVersion: "1.11.32"
appVersion: "1.11.33"
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.32
ARG ELEMENT_TAR_HASH=8bef8272ded8348992de752be3428bc1308254c9b830686a27b04e1f86319ca4
ARG ELEMENT_VERSION=1.11.33
ARG ELEMENT_TAR_HASH=9dd9fee2e1e70144960d21f7ee565c103cdd13a3d8f7a97b0e6b34f85f6eeb15

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/v5,linux/arm/v7,linux/arm64,linux/ppc64le \
--push --tag quay.io/remram44/element:1.11.32
--push --tag quay.io/remram44/element:1.11.33

0 comments on commit 3625417

Please sign in to comment.