Bump to python 3.8 base images
We bumped zuul to 3.8, let's follow suit. Change-Id: I0e7e602e6dcd9c479096e3652c7c00bbbc551795
This commit is contained in:
parent
7ba90a1cd4
commit
614055e4f9
@ -13,12 +13,12 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this software. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
FROM opendevorg/python-builder as builder
|
||||
FROM opendevorg/python-builder:3.8 as builder
|
||||
|
||||
COPY . /tmp/src
|
||||
RUN assemble
|
||||
|
||||
FROM opendevorg/python-base as zuul-registry
|
||||
FROM opendevorg/python-base:3.8 as zuul-registry
|
||||
|
||||
COPY --from=builder /output/ /output
|
||||
RUN /output/install-from-bindep
|
||||
|
Loading…
Reference in New Issue
Block a user