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
This commit is contained in:
Clark Boylan 2021-12-09 15:49:00 -08:00
parent af563e445b
commit f94a664386
1 changed files with 2 additions and 0 deletions

View File

@ -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