mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Bump alpine from 3.18.2 to 3.18.4 in /Containers/talk
Bumps alpine from 3.18.2 to 3.18.4. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
726c7589b2
commit
e3d0841841
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
FROM nats:2.10.1-scratch as nats
|
FROM nats:2.10.1-scratch as nats
|
||||||
FROM eturnal/eturnal:1.12.0 AS eturnal
|
FROM eturnal/eturnal:1.12.0 AS eturnal
|
||||||
FROM strukturag/nextcloud-spreed-signaling:1.1.3 as signaling
|
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
|
ARG JANUS_VERSION=v0.14.0
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
@ -33,7 +33,7 @@ RUN set -ex; \
|
||||||
make configs; \
|
make configs; \
|
||||||
rename -v ".jcfg.sample" ".jcfg" /usr/local/etc/janus/*.jcfg.sample
|
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"
|
ENV ETURNAL_ETC_DIR="/conf"
|
||||||
COPY --from=janus /usr/local /usr/local
|
COPY --from=janus /usr/local /usr/local
|
||||||
COPY --from=eturnal /opt/eturnal /opt/eturnal
|
COPY --from=eturnal /opt/eturnal /opt/eturnal
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue