fix(ci/cd): Stable imagage used latest as a base
This commit is contained in:
parent
37c52c6887
commit
f3ac33ae5f
3 changed files with 10 additions and 7 deletions
|
@ -1,4 +1,5 @@
|
|||
FROM nextcloud:latest
|
||||
ARG NEXTCLOUD_VERSION
|
||||
FROM nextcloud:${NEXTCLOUD_VERSION}
|
||||
LABEL maintainer="Jiří Štefka <jiri@stefka.eu>"
|
||||
|
||||
RUN apt update && apt upgrade -y --no-install-recommends && apt install gnupg2 ffmpeg aria2 libmagickcore-dev -y --no-install-recommends
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue