mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-29 00:50:18 +08:00
Merge pull request #2847 from nextcloud/talk-container-update
talk update
This commit is contained in:
commit
06c9ba5ac9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM python:3.11.4-alpine3.18
|
|||
|
||||
COPY --chmod=775 start.sh /start.sh
|
||||
|
||||
ENV RECORDING_VERSION v17.0.0
|
||||
ENV RECORDING_VERSION v17.0.1
|
||||
|
||||
RUN set -ex; \
|
||||
apk add --no-cache \
|
||||
|
|
Loading…
Reference in a new issue