diff --git a/.devcontainers/release/linux-amd64.Dockerfile b/.devcontainers/release/linux-amd64.Dockerfile index b0e96433..d3dfdef8 100644 --- a/.devcontainers/release/linux-amd64.Dockerfile +++ b/.devcontainers/release/linux-amd64.Dockerfile @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD 3-Clause # license that can be found in the LICENSE file. -FROM ubuntu:23.10 +FROM ubuntu:latest RUN apt-get update -y RUN apt-get install -y clang diff --git a/.devcontainers/release/linux-arm64.Dockerfile b/.devcontainers/release/linux-arm64.Dockerfile index 0168fd54..3cdfd4f7 100644 --- a/.devcontainers/release/linux-arm64.Dockerfile +++ b/.devcontainers/release/linux-arm64.Dockerfile @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD 3-Clause # license that can be found in the LICENSE file. -FROM ubuntu:23.10 +FROM ubuntu:latest RUN apt-get update -y RUN apt-get install -y clang