Skip to content

Commit

Permalink
docker: Use aklite master branch by default
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Sul <[email protected]>
  • Loading branch information
mike-sul committed Aug 27, 2024
1 parent 9694010 commit 65192f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM foundries/aklite-dev as aklite

ARG CCACHE_DIR=${PWD}/.ccache
ENV CCACHE_DIR =${CCACHE_DIR}
ARG AKLITE_VER=mp-93
ARG AKLITE_VER=master
ENV AKLITE_VER=${AKLITE_VER}

WORKDIR /aklite
Expand Down

0 comments on commit 65192f5

Please sign in to comment.