No-op change to rebuild python-builder

Apparently, an update to the python-base image caused a new image
to be uploaded to dockerhub. Because python-builder was not updated,
it is running a slightly older base image which we believe is causing
issues with python wheel packaging due to possible different python
versions.

Change-Id: I38948882131e30c7358a970292621b0280b75aac
This commit is contained in:
David Shrewsbury 2019-10-21 11:22:50 -04:00
parent 8725a1ee53
commit 0ae912cc04

View File

@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM python:slim as fake-python
WORKDIR /tmp