Skip to content

Commit

Permalink
devcontainers: use ubuntu latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Feb 7, 2025
1 parent bf33d45 commit 1e1785b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainers/release/linux-amd64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .devcontainers/release/linux-arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e1785b

Please sign in to comment.