Skip to content
Snippets Groups Projects
Unverified Commit b75c7145 authored by Luis Paolini's avatar Luis Paolini Committed by GitHub
Browse files

Update root Dockerfile to Debian Bullseye (#31768)

Debian Bookworm has Java 17 as the default and Java 11 has lots of steps to install. Going back to Bullseye with Node 18
parent 110b682e
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# STAGE 1: builder
###################
FROM node:18-slim as builder
FROM node:18-bullseye as builder
ARG MB_EDITION=oss
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment