Update build/Dockerfile.devel

Co-authored-by: Alvin Moore <36203359+AlvinMooreSr@users.noreply.github.com>
This commit is contained in:
Markus Pilman 2020-10-27 10:47:40 -06:00 committed by GitHub
parent fd82085a9c
commit 639fe8ca38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ RUN cp -iv /usr/local/bin/clang++ /usr/local/bin/clang++.deref &&\
ldconfig &&\
rm -rf /mnt/artifacts
LABEL version=0.11.10
ENV DOCKER_IMAGEVER=0.11.10
LABEL version=0.11.11
ENV DOCKER_IMAGEVER=0.11.11
ENV CLANGCC=/usr/local/bin/clang.de8a65ef
ENV CLANGCXX=/usr/local/bin/clang++.de8a65ef