Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion system-test/Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /root/
RUN go install github.com/google/[email protected]

FROM debian:11
FROM debian:12

ARG NODE_VERSION
ARG ADDITIONAL_PACKAGES
Expand Down