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:
parent
8725a1ee53
commit
0ae912cc04
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user