Skip to content

CI: update Docker image before we do anything

Bart Ribbers requested to merge PureTryOut/pmaports:ci/update-image into master

Currently pipelines are failing when a Python script is ran. This is fixed in Alpine already, but the current Docker image doesn't include that patch yet. Making sure we always update the Docker image before we do anything resolves this and future issues, at least as long as we are using the Alpine edge image anyway.

Merge request reports