From 78066a8a3b030744bde65b9bb250badd247a7aac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 07:51:43 +0000 Subject: [PATCH] Bump alpine from 3.18.2 to 3.18.3 in /Containers/talk Bumps alpine from 3.18.2 to 3.18.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Containers/talk/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/talk/Dockerfile b/Containers/talk/Dockerfile index ad68e241..ba35d3eb 100644 --- a/Containers/talk/Dockerfile +++ b/Containers/talk/Dockerfile @@ -1,6 +1,6 @@ FROM nats:2.9.20-scratch as nats FROM strukturag/nextcloud-spreed-signaling:1.1.3 as signaling -FROM alpine:3.18.2 as janus +FROM alpine:3.18.3 as janus ARG JANUS_VERSION=v0.13.4 WORKDIR /src