diff --git a/nwx_build_environment/add_cereal.dockerfile b/nwx_build_environment/add_cereal.dockerfile index f6f0539..8c78c85 100644 --- a/nwx_build_environment/add_cereal.dockerfile +++ b/nwx_build_environment/add_cereal.dockerfile @@ -14,7 +14,7 @@ FROM nwx_buildenv:latest -ARG VERSION=1.3.0 +ARG VERSION=1.3.2 ARG COMPILER=gcc-14 # Install cereal diff --git a/nwx_build_environment/add_spdlog.dockerfile b/nwx_build_environment/add_spdlog.dockerfile index 10ff614..35ee67c 100644 --- a/nwx_build_environment/add_spdlog.dockerfile +++ b/nwx_build_environment/add_spdlog.dockerfile @@ -14,7 +14,7 @@ FROM nwx_buildenv:latest -ARG VERSION=ad0e89cbfb4d0c1ce4d097e134eb7be67baebb36 +ARG VERSION=v1.16.0 ARG COMPILER=gcc-14 # Install spdlog