Skip to content

Commit

Permalink
Merge pull request #3451 from nextcloud/dependabot/docker/Containers/…
Browse files Browse the repository at this point in the history
…talk/alpine-3.18.4

Bump alpine from 3.18.2 to 3.18.4 in /Containers/talk
  • Loading branch information
szaimen authored Sep 29, 2023
2 parents 72b69b6 + e3d0841 commit 9c9f55e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containers/talk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nats:2.10.1-scratch as nats
FROM eturnal/eturnal:1.12.0 AS eturnal
FROM strukturag/nextcloud-spreed-signaling:1.1.3 as signaling
FROM alpine:3.18.3 as janus
FROM alpine:3.18.4 as janus

ARG JANUS_VERSION=v0.14.0
WORKDIR /src
Expand Down Expand Up @@ -33,7 +33,7 @@ RUN set -ex; \
make configs; \
rename -v ".jcfg.sample" ".jcfg" /usr/local/etc/janus/*.jcfg.sample

FROM alpine:3.18.2
FROM alpine:3.18.4
ENV ETURNAL_ETC_DIR="/conf"
COPY --from=janus /usr/local /usr/local
COPY --from=eturnal /opt/eturnal /opt/eturnal
Expand Down

0 comments on commit 9c9f55e

Please sign in to comment.