docker: add bookworm target

This commit is contained in:
Koushik Dutta
2023-05-16 15:11:30 -07:00
committed by GitHub
parent e90db378e8
commit bc543aa28e

View File

@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
NODE_VERSION: ["18"]
BUILDPACK_DEPS_BASE: ["bullseye"]
BUILDPACK_DEPS_BASE: ["bullseye", "bookworm"]
FLAVOR: ["full", "lite", "thin"]
steps:
- name: Check out the repo