update baseimages

This commit is contained in:
thelamer
2020-11-01 21:58:06 -08:00
parent d5e39b9a41
commit 639e0863a1
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM lsiobase/ubuntu:bionic as buildstage FROM ghcr.io/linuxserver/baseimage-ubuntu:bionic as buildstage
# build args # build args
ARG EMBY_RELEASE ARG EMBY_RELEASE
@@ -33,7 +33,7 @@ RUN \
/tmp/opt/emby-server/etc /tmp/opt/emby-server/etc
# runtime stage # runtime stage
FROM lsiobase/ubuntu:bionic FROM ghcr.io/linuxserver/baseimage-ubuntu:bionic
# set version label # set version label
ARG BUILD_DATE ARG BUILD_DATE

View File

@@ -1,4 +1,4 @@
FROM lsiobase/ubuntu:bionic as buildstage FROM ghcr.io/linuxserver/baseimage-ubuntu:bionic as buildstage
# build args # build args
ARG EMBY_RELEASE ARG EMBY_RELEASE
@@ -33,7 +33,7 @@ RUN \
/tmp/opt/emby-server/etc /tmp/opt/emby-server/etc
# runtime stage # runtime stage
FROM lsiobase/ubuntu:bionic FROM ghcr.io/linuxserver/baseimage-ubuntu:bionic
# set version label # set version label
ARG BUILD_DATE ARG BUILD_DATE

View File

@@ -1,4 +1,4 @@
FROM lsiobase/ubuntu:arm32v7-bionic as buildstage FROM ghcr.io/linuxserver/baseimage-ubuntu:arm32v7-bionic as buildstage
# build args # build args
ARG EMBY_RELEASE ARG EMBY_RELEASE
@@ -33,7 +33,7 @@ RUN \
/tmp/opt/emby-server/etc /tmp/opt/emby-server/etc
# runtime stage # runtime stage
FROM lsiobase/ubuntu:arm32v7-bionic FROM ghcr.io/linuxserver/baseimage-ubuntu:arm32v7-bionic
# set version label # set version label
ARG BUILD_DATE ARG BUILD_DATE