diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-09-13 11:42:15 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-09-13 11:42:15 +0000 |
commit | d55b4b1d2aa8b41163862b9712b5f810dcaa600c (patch) | |
tree | 906c629b63d98476909cc41b7c578bc70f8e1138 /docker/arch/Dockerfile | |
parent | gh actions fix (diff) | |
download | cgrep-d55b4b1d2aa8b41163862b9712b5f810dcaa600c.tar.gz cgrep-d55b4b1d2aa8b41163862b9712b5f810dcaa600c.zip |
added docker test builds for 14,17,18, checked all docker builds from 11 to 18 and for arch linux, updated readme
Diffstat (limited to '')
-rw-r--r-- | docker/arch/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/arch/Dockerfile b/docker/arch/Dockerfile index 27f7b99..4071aca 100644 --- a/docker/arch/Dockerfile +++ b/docker/arch/Dockerfile @@ -1,4 +1,4 @@ -FROM archlinux:base-devel-20210725.0.29770 +FROM archlinux:base-devel-20240908.0.261281 RUN pacman -Syu --noconfirm RUN pacman -S --noconfirm wget cmake git gnupg llvm-libs llvm openmp clang |