diff --git a/e2e/Dockerfile b/e2e/Dockerfile index 8d9448b4247..c04998bbf6f 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2023 The Pion community # SPDX-License-Identifier: MIT -FROM golang:1.17-alpine +FROM golang:1.21-alpine RUN apk add --no-cache \ chromium \