rebase to bionic

This commit is contained in:
thelamer
2019-05-10 12:42:58 -07:00
parent ff0b492f34
commit e534215e8e
5 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM lsiobase/mono:xenial
FROM lsiobase/mono:bionic
# set version label
ARG BUILD_DATE

View File

@@ -1,4 +1,4 @@
FROM lsiobase/mono:arm64v8-xenial
FROM lsiobase/mono:arm64v8-bionic
# set version label
ARG BUILD_DATE

View File

@@ -1,4 +1,4 @@
FROM lsiobase/mono:arm32v7-xenial
FROM lsiobase/mono:arm32v7-bionic
# set version label
ARG BUILD_DATE

View File

@@ -192,6 +192,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **10.05.19:** - Rebase to Bionic.
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
* **09.09.18:** - Add pipeline build process.
* **24.02.18:** - Add nightly branch.

View File

@@ -43,6 +43,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "10.05.19:", desc: "Rebase to Bionic." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "09.09.18:", desc: "Add pipeline build process." }
- { date: "24.02.18:", desc: "Add nightly branch." }