Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit ac0030b

Browse files
committed
update baseimages
1 parent d295cd8 commit ac0030b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM lsiobase/cloud9:files as builder
2-
FROM lsiobase/ubuntu:bionic
1+
FROM ghcr.io/linuxserver/baseimage-cloud9:files as builder
2+
FROM ghcr.io/linuxserver/baseimage-ubuntu:bionic
33

44
# set version label
55
ARG BUILD_DATE

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM lsiobase/cloud9:arm64v8-files as builder
2-
FROM lsiobase/ubuntu:arm64v8-bionic
1+
FROM ghcr.io/linuxserver/baseimage-cloud9:arm64v8-files as builder
2+
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-bionic
33

44
# set version label
55
ARG BUILD_DATE

Dockerfile.armhf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM lsiobase/cloud9:arm32v7-files as builder
2-
FROM lsiobase/ubuntu:arm32v7-bionic
1+
FROM ghcr.io/linuxserver/baseimage-cloud9:arm32v7-files as builder
2+
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm32v7-bionic
33

44
# set version label
55
ARG BUILD_DATE

0 commit comments

Comments
 (0)