Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 9b0ddac

Browse files
debian:latest is now bookworm, and openjdk-11-jre-headless is missing. So we pin to debian:bullseye
1 parent b8f8864 commit 9b0ddac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#FROM ubuntu:focal-20220415
66
#FROM ubuntu:focal-20220531
77
#FROM ubuntu:focal-20230301
8-
FROM debian:latest
8+
FROM debian:bullseye
99
LABEL authors="Selenium <[email protected]>"
1010

1111
#================================================

0 commit comments

Comments
 (0)