Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nwx_build_environment/add_cereal.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

FROM nwx_buildenv:latest

ARG VERSION=1.3.0
ARG VERSION=1.3.2
ARG COMPILER=gcc-14

# Install cereal
Expand Down
2 changes: 1 addition & 1 deletion nwx_build_environment/add_spdlog.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

FROM nwx_buildenv:latest

ARG VERSION=ad0e89cbfb4d0c1ce4d097e134eb7be67baebb36
ARG VERSION=v1.16.0
ARG COMPILER=gcc-14

# Install spdlog
Expand Down