Skip to content

Commit

Permalink
Update Chapel to reflect last week's 2.1 release
Browse files Browse the repository at this point in the history
This is a simple update to reflect the new version of Chapel that's now available.
  • Loading branch information
bradcray authored Jul 1, 2024
1 parent f68c072 commit e03653d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/chapel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.gitlab.pxeger.com/attempt-this-online/languages/base

ARG CHAPEL_VERSION=2.0.0
ARG CHAPEL_VERSION=2.1.0

ENV CHPL_HOME=/opt/chapel CHPL_LLVM=none
RUN pacman -Syu --noconfirm python cmake && \
Expand Down

0 comments on commit e03653d

Please sign in to comment.