Skip to content

Commit

Permalink
Update default Rakudo-Star version to 2018.06
Browse files Browse the repository at this point in the history
NOTE: Since there was no 2018.07 release of Rakudo, 2018.06 was used as the
basis for this Star release instead.

See https://p6weekly.wordpress.com/2018/07/30/2018-31-check-out-garbage/
for more details.
  • Loading branch information
jstuder-gh committed Aug 6, 2018
1 parent aff1bee commit f8a418d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAINTAINER Rob Hoelz

RUN groupadd -r perl6 && useradd -r -g perl6 perl6

ARG rakudo_version=2018.04
ARG rakudo_version=2018.06
ENV rakudo_version=${rakudo_version}

RUN buildDeps=' \
Expand Down

0 comments on commit f8a418d

Please sign in to comment.