Skip to content

Commit

Permalink
Fix base image name
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Mar 26, 2024
1 parent 56aea95 commit 14eb4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/boostdevel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# > docker build . -t ghcr.io/bounverif/cppdevel:latest
# > docker run -it --rm -v $(PWD):/workspaces/cppdevel bounverif/cppdevel
#
FROM bounverif/cppdevel:latest
FROM ghcr.io/bounverif/cppdevel:latest

ARG BOOST_VERSION=1.84.0

Expand Down

0 comments on commit 14eb4b8

Please sign in to comment.