Skip to content

Commit

Permalink
Merge pull request nextcloud#5028 from nextcloud/dependabot/docker/Co…
Browse files Browse the repository at this point in the history
…ntainers/talk/alpine-3.20.2

build(deps): bump alpine from 3.20.1 to 3.20.2 in /Containers/talk
  • Loading branch information
szaimen committed Jul 25, 2024
2 parents 2e1f981 + bb66445 commit 51b001f
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
Expand Up @@ -2,7 +2,7 @@
FROM nats:2.10.18-scratch AS nats
FROM eturnal/eturnal:1.12.0 AS eturnal
FROM strukturag/nextcloud-spreed-signaling:1.3.2 AS signaling
FROM alpine:3.20.1 AS janus
FROM alpine:3.20.2 AS janus

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

FROM alpine:3.20.1
FROM alpine:3.20.2
ENV ETURNAL_ETC_DIR="/conf"
COPY --from=janus --chmod=777 --chown=1000:1000 /usr/local /usr/local
COPY --from=eturnal --chmod=777 --chown=1000:1000 /opt/eturnal /opt/eturnal
Expand Down

0 comments on commit 51b001f

Please sign in to comment.