Skip to content

Commit 3d88ef1

Browse files
authored
Update cuebot base image to OpenJDK 18 slim-bullseye (#1778)
Aligned the base image to bookworm for improved security updates and compatibility while maintaining OpenJDK 18. **Link the Issue(s) this Pull Request is related to.** This fixes #1777 **Summarize your change.** Updated to debian bookworm for cuebot docker image
1 parent 3cabcf9 commit 3d88ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuebot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN chmod +x create_rpm.sh && ./create_rpm.sh cuebot "$(cat VERSION)"
4242
# -----------------
4343
# RUN
4444
# -----------------
45-
FROM openjdk:18-slim-buster
45+
FROM openjdk:18-slim-bullseye
4646

4747
# Install curl for healthchecking
4848
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)