Commit c2a57447 authored by Yuanle Song's avatar Yuanle Song
Browse files

v1.9.0 use python-build-image:1.2.1-stretch

upgraded default python-build-image version.
parent 6ca40380
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
(defproject python/lein-template "1.8.0"
(defproject python/lein-template "1.9.0"
  :description "lein template for a python project"
  :url "https://gitlab.emacsos.com/sylecn/python-project-template"
  :license {:name "Apache License 2.0"
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ VERSION := $(shell grep '__version__' {{python-pkg-name}}/__init__.py |cut -d'"'
DOCKER_IMAGE_PREFIX ?= de02-reg.emacsos.com/sylecn
KUBECTL_CA_PATH ?= /etc/kubernetes/pki/ca.crt

BUILD_DOCKER_IMAGE := de02-reg.emacsos.com/sylecn/python-build-image:1.0.0
BUILD_DOCKER_IMAGE := $(DOCKER_IMAGE_PREFIX)/python-build-image:1.2.1-stretch

default: check-coding-style
dist: bootstrap