Skip to content

Commit

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

build(deps): bump alpine from 3.21.1 to 3.21.2 in /Containers/talk
  • Loading branch information
szaimen authored Jan 14, 2025
2 parents 560674d + 4b8dd23 commit b005895
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.24-scratch AS nats
FROM eturnal/eturnal:1.12.1 AS eturnal
FROM strukturag/nextcloud-spreed-signaling:2.0.1 AS signaling
FROM alpine:3.21.1 AS janus
FROM alpine:3.21.2 AS janus

ARG JANUS_VERSION=v1.3.0
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.21.1
FROM alpine:3.21.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 b005895

Please sign in to comment.