From 6fd6e60beb849595309956868ddad25243d2d2f8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 7 May 2023 23:39:31 +0000 Subject: [PATCH] Update dependency coturn/coturn to v4.6.2 --- .woodpecker.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5be7e3e..d88aa69 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,7 @@ pipeline: - DOCKER_PASSWORD repo: spcodes/coturn tags: - - 4.5.2 + - 4.6.2 - latest when: branch: @@ -23,7 +23,7 @@ pipeline: registry: cr.sp-codes.de repo: cr.sp-codes.de/coturn tags: - - 4.5.2 + - 4.6.2 - latest when: branch: diff --git a/Dockerfile b/Dockerfile index ffecdb0..0c26332 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:11.6-slim@sha256:9404b05bd09b57c76eccc0c5505b3c88b5feccac808d9b193a4fbac87bb44745 -ENV COTURN_VERSION="4.5.2" +ENV COTURN_VERSION="4.6.2" ENV PROMETHEUS_CLIENT_VERSION="v0.1.3" ENV BUILD_PREFIX /usr/local/src