diff --git a/e2e/Dockerfile b/e2e/Dockerfile index 68440e526..7df99615a 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2023 The Pion community # SPDX-License-Identifier: MIT -FROM docker.io/library/golang:1.18-bullseye +FROM docker.io/library/golang:1.20-bullseye COPY . /go/src/github.com/pion/dtls WORKDIR /go/src/github.com/pion/dtls/e2e