From 8e408c655abbf96435fbf2b8dd7d77786b56670e Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Thu, 4 Aug 2022 10:08:45 +0000 Subject: [PATCH 1/2] Update dependency strukturag/nextcloud-spreed-signaling to v1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7327b94..e97770f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.17.13-bullseye@sha256:c10d8b1987ad5ddf7816d2f3a56e4a58b5826285dc1449edbb061b3aad25648b as build # renovate: datasource=github-tags depName=strukturag/nextcloud-spreed-signaling versioning=semver -ENV SPREED_SIGNALING_VERSION v0.5.0 +ENV SPREED_SIGNALING_VERSION v1.0.0 RUN set -ex; \ apt-get update; \ -- 2.45.2 From eaaf5ed4cbe25a6bcacd88942309422a62cb1976 Mon Sep 17 00:00:00 2001 From: Magnus Walbeck Date: Sat, 6 Aug 2022 00:11:37 +0200 Subject: [PATCH 2/2] Fix up build --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e97770f..963c281 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17.13-bullseye@sha256:c10d8b1987ad5ddf7816d2f3a56e4a58b5826285dc1449edbb061b3aad25648b as build +FROM golang:1.19.0-bullseye@sha256:194242a6c45d50400b3ce00f14e6a510fbf414baefa8bf9c093e5f77cb94605f as build # renovate: datasource=github-tags depName=strukturag/nextcloud-spreed-signaling versioning=semver ENV SPREED_SIGNALING_VERSION v1.0.0 @@ -6,7 +6,7 @@ ENV SPREED_SIGNALING_VERSION v1.0.0 RUN set -ex; \ apt-get update; \ apt-get install -y --no-install-recommends \ - python3 \ + protobuf-compiler \ ; \ git clone --branch $SPREED_SIGNALING_VERSION https://github.com/strukturag/nextcloud-spreed-signaling.git /build; \ cd /build; \ -- 2.45.2