Skip to content

Commit

Permalink
devcontainers: fix linker problem on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed May 20, 2024
1 parent 06e8851 commit bda7060
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 --platform=amd64 ubuntu:latest
FROM --platform=amd64 ubuntu:23.10

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 --platform=arm64 ubuntu:latest
FROM --platform=arm64 ubuntu:23.10

RUN apt-get update -y
RUN apt-get install -y clang
Expand Down

0 comments on commit bda7060

Please sign in to comment.