Upgrade to bookworm image

Change-Id: I80819f75a99d8c301387774ccb0dd6ead3ba5687
This commit is contained in:
James E. Blair 2024-01-03 11:37:38 -08:00
parent 9fb406e056
commit 559f4b6139
1 changed files with 2 additions and 2 deletions

View File

@ -13,12 +13,12 @@
# You should have received a copy of the GNU General Public License
# along with this software. If not, see <http://www.gnu.org/licenses/>.
FROM docker.io/opendevorg/python-builder:3.11-bullseye as builder
FROM docker.io/opendevorg/python-builder:3.11-bookworm as builder
COPY . /tmp/src
RUN assemble
FROM docker.io/opendevorg/python-base:3.11-bullseye as zuul-registry
FROM docker.io/opendevorg/python-base:3.11-bookworm as zuul-registry
COPY --from=builder /output/ /output
RUN /output/install-from-bindep