Skip to content

Commit

Permalink
v2.0.5 (#39)
Browse files Browse the repository at this point in the history
Development updates
* Adding --load to docker build
  • Loading branch information
bfren authored Oct 5, 2023
1 parent c2a03ca commit ef754ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.4
2.0.5
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ IMAGE=`cat VERSION`
DEBIAN=${1:-12}

docker buildx build \
--load \
--build-arg BF_IMAGE=debian \
--build-arg BF_VERSION=${IMAGE} \
-f ${DEBIAN}/Dockerfile \
Expand Down

0 comments on commit ef754ca

Please sign in to comment.