Force rebuild of python base images

We added bookworm images but didn't actually promote and tag them
because that occurs in a post merge step which cannot rely on the job
itself being updated to trigger builds. Instead we must use an explicit
change to the files we match on to trigger builds. Do that in this
change.

Change-Id: I67557f65b3417fad1ed138a57cd4a8e66dfffc2f
This commit is contained in:
Clark Boylan 2023-07-16 16:07:04 -07:00
parent 03ca4627a1
commit 9b3c7ad8f0
2 changed files with 2 additions and 2 deletions
docker
python-base
python-builder

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Comment to force rebuilds Wed May 24 17:17:08 UTC 2023
# Comment to force rebuilds Sun Jul 16 23:06:17 UTC 2023
ARG PYTHON_VERSION=3.11
ARG DEBIAN_VERSION=bullseye

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Comment to force rebuilds Wed May 24 17:17:08 UTC 2023
# Comment to force rebuilds Sun Jul 16 23:06:17 UTC 2023
ARG PYTHON_VERSION=3.11
ARG DEBIAN_VERSION=bullseye