Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit 0d95fd0

Browse files
committed
update baseimages
1 parent 80fc455 commit 0d95fd0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/ubuntu:bionic as builder
1+
FROM ghcr.io/linuxserver/baseimage-ubuntu:bionic as builder
22

33
ARG GUACD_VERSION=1.1.0
44

@@ -59,7 +59,7 @@ RUN \
5959
/tmp/out/guacd_${GUACD_VERSION}.deb
6060

6161
# nodejs builder
62-
FROM lsiobase/ubuntu:bionic as nodebuilder
62+
FROM ghcr.io/linuxserver/baseimage-ubuntu:bionic as nodebuilder
6363
ARG GCLIENT_RELEASE
6464

6565
RUN \
@@ -94,7 +94,7 @@ RUN \
9494
npm install
9595

9696
# runtime stage
97-
FROM lsiobase/rdesktop:bionic
97+
FROM ghcr.io/linuxserver/baseimage-rdesktop:bionic
9898

9999
# set version label
100100
ARG BUILD_DATE

Dockerfile.aarch64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/ubuntu:arm64v8-bionic as builder
1+
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-bionic as builder
22

33
ARG GUACD_VERSION=1.1.0
44

@@ -59,7 +59,7 @@ RUN \
5959
/tmp/out/guacd_${GUACD_VERSION}.deb
6060

6161
# nodejs builder
62-
FROM lsiobase/ubuntu:arm64v8-bionic as nodebuilder
62+
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-bionic as nodebuilder
6363
ARG GCLIENT_RELEASE
6464

6565
RUN \
@@ -94,7 +94,7 @@ RUN \
9494
npm install
9595

9696
# runtime stage
97-
FROM lsiobase/rdesktop:arm64v8-bionic
97+
FROM ghcr.io/linuxserver/baseimage-rdesktop:arm64v8-bionic
9898

9999
# set version label
100100
ARG BUILD_DATE

Dockerfile.armhf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/ubuntu:arm32v7-bionic as builder
1+
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm32v7-bionic as builder
22

33
ARG GUACD_VERSION=1.1.0
44

@@ -59,7 +59,7 @@ RUN \
5959
/tmp/out/guacd_${GUACD_VERSION}.deb
6060

6161
# nodejs builder
62-
FROM lsiobase/ubuntu:arm32v7-bionic as nodebuilder
62+
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm32v7-bionic as nodebuilder
6363
ARG GCLIENT_RELEASE
6464

6565
RUN \
@@ -94,7 +94,7 @@ RUN \
9494
npm install
9595

9696
# runtime stage
97-
FROM lsiobase/rdesktop:arm32v7-bionic
97+
FROM ghcr.io/linuxserver/baseimage-rdesktop:arm32v7-bionic
9898

9999
# set version label
100100
ARG BUILD_DATE

0 commit comments

Comments
 (0)