Switch to Antelope images (#1227)
diff --git a/images/heat/Dockerfile b/images/heat/Dockerfile
index 5a13451..ea34a14 100644
--- a/images/heat/Dockerfile
+++ b/images/heat/Dockerfile
@@ -15,7 +15,7 @@
ARG RELEASE
FROM registry.atmosphere.dev/library/openstack-venv-builder:${RELEASE} AS build
-ARG HEAT_GIT_REF=80eea85194825773d1b60ecc4386b2d5ba52a066
+ARG HEAT_GIT_REF=362bd38d902e006b50caf86f46581dfd16f7adab
ADD --keep-git-dir=true https://opendev.org/openstack/heat.git#${HEAT_GIT_REF} /src/heat
RUN git -C /src/heat fetch --unshallow
RUN --mount=type=cache,mode=0755,target=/root/.cache/pip,sharing=private <<EOF bash -xe