Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit bb665cd

Browse files
committed
chore: remove static chromium version
1 parent bf9d7ff commit bb665cd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ RUN xk6 build --output "/tmp/k6" --with github.com/grafana/xk6-browser
66

77
FROM debian:bullseye
88

9-
ARG CHROMIUM_VERSION=106.0.5249.61-1~deb11u1
10-
119
RUN apt-get update && \
12-
apt-get install -y chromium=${CHROMIUM_VERSION}
10+
apt-get install -y chromium
1311

1412
COPY --from=builder /tmp/k6 /usr/bin/k6
1513

0 commit comments

Comments
 (0)