Edited demo opae-nlb-demo dockerfile. Replaced 'master' with 'main' on line 8.

Signed-off-by: DougTW <doug.martin@intel.com>
This commit is contained in:
DougTW 2021-02-12 10:08:35 -08:00
parent 89ad053316
commit 3992126edf

View File

@ -5,7 +5,7 @@
# CLEAR_LINUX_VERSION="--version=29970"
#
# This is used on release branches before tagging a stable version.
# The master branch defaults to using the latest Clear Linux.
# The main branch defaults to using the latest Clear Linux.
ARG CLEAR_LINUX_BASE=clearlinux:latest
FROM ${CLEAR_LINUX_BASE} as builder