From f94a664386b805168896a25ddd75899c54f3c549 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 9 Dec 2021 15:49:00 -0800 Subject: [PATCH] Rebuild the lodgeit docker image This is a Dockerfile update to force a rebuild of the lodgeit image. The depends-on is the reason we want a rebuild. Long story short our uwsgi-base bullseye image isn't actually bullseye due to a bug. The depends on should fix this and we can rebuild onto bullseye. Depends-On: https://review.opendev.org/c/opendev/system-config/+/821339 Change-Id: I85119c85457ef6b6b0cc95e4fdb2e1c92637949e --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 35f7a37..c37280f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Thu Dec 9 23:48:42 UTC 2021 Rebuild Timestamp + FROM opendevorg/python-builder:3.8-bullseye as builder COPY . /tmp/src RUN assemble