diff --git a/e2e/Dockerfile b/e2e/Dockerfile index 0df773d9..9ad4b00e 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.22-bullseye +FROM docker.io/library/golang:1.23-bullseye COPY . /go/src/github.com/pion/dtls WORKDIR /go/src/github.com/pion/dtls/e2e