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:
parent
af563e445b
commit
f94a664386
@ -13,6 +13,8 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
# Thu Dec 9 23:48:42 UTC 2021 Rebuild Timestamp
|
||||||
|
|
||||||
FROM opendevorg/python-builder:3.8-bullseye as builder
|
FROM opendevorg/python-builder:3.8-bullseye as builder
|
||||||
COPY . /tmp/src
|
COPY . /tmp/src
|
||||||
RUN assemble
|
RUN assemble
|
||||||
|
Loading…
x
Reference in New Issue
Block a user