Skip to content

Commit

Permalink
docker: bump boost version; gh: bump checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
program-- committed Jan 25, 2024
1 parent 3576b76 commit 0c378c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Example_model_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build the NGEN image
run: docker build --file ./docker/ngen.dockerfile --tag localbuild/ngen:latest .
Expand Down
2 changes: 1 addition & 1 deletion docker/ngen.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN dnf update -y \
&& dnf install -y --allowerasing tar git gcc-c++ gcc make cmake udunits2-devel coreutils \
&& dnf clean all

ARG BOOST_VERSION="1.72.0"
ARG BOOST_VERSION="1.79.0"
RUN export BOOST_ARCHIVE="boost_$(echo ${BOOST_VERSION} | tr '\.' '_').tar.gz" \
&& export BOOST_URL="https://sourceforge.net/projects/boost/files/boost/${BOOST_VERSION}/${BOOST_ARCHIVE}/download" \
&& cd / \
Expand Down

0 comments on commit 0c378c0

Please sign in to comment.