diff --git a/Dockerfile b/Dockerfile index 0ac3f73..efe547d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.23.2-bullseye@sha256:48ac5022f9740543cac0eba41a4e37b721073a0103349e416678e0142a53b49a as build # renovate: datasource=github-tags depName=strukturag/nextcloud-spreed-signaling versioning=semver -ENV SPREED_SIGNALING_VERSION v2.0.0 +ENV SPREED_SIGNALING_VERSION v2.0.1 RUN set -ex; \ apt-get update; \