aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorTill <2353100+S7evinK@users.noreply.github.com>2023-10-25 13:53:40 +0200
committerGitHub <noreply@github.com>2023-10-25 13:53:40 +0200
commit317b1018a38fbbc573f095b880beba5b1fab60be (patch)
tree89f8951d60e4cc11cbad28bf6a6831423b38b691 /build
parent89482ad7902d6cacddc29f8eac62ab66ff4ebf24 (diff)
Version 0.13.4 (#3244)v0.13.4helm-dendrite-0.13.5
If I didn't mess up the workflow, this should remove some ugliness from the version string (e.g. 0.13.2+57ddbe0.57ddbe0, dupe commit hash, as a result of https://github.com/matrix-org/dendrite/pull/3147)
Diffstat (limited to 'build')
-rw-r--r--build/docker/Dockerfile.demo-yggdrasil2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/docker/Dockerfile.demo-yggdrasil b/build/docker/Dockerfile.demo-yggdrasil
index efae5496..b9e38766 100644
--- a/build/docker/Dockerfile.demo-yggdrasil
+++ b/build/docker/Dockerfile.demo-yggdrasil
@@ -1,4 +1,4 @@
-FROM docker.io/golang:1.19-alpine AS base
+FROM docker.io/golang:1.21-alpine AS base
#
# Needs to be separate from the main Dockerfile for OpenShift,