Skip to content

Commit

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

build(deps): bump alpine from 3.20.3 to 3.21.0 in /Containers/talk
  • Loading branch information
szaimen authored Dec 16, 2024
2 parents 1961c1e + fe2ee2e commit 080dd7a
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.23-scratch AS nats
FROM eturnal/eturnal:1.12.1 AS eturnal
FROM strukturag/nextcloud-spreed-signaling:2.0.1 AS signaling
FROM alpine:3.20.3 AS janus
FROM alpine:3.21.0 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.20.3
FROM alpine:3.21.0
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 080dd7a

Please sign in to comment.