Skip to content

Commit

Permalink
Bump to 2022.07
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dango committed Aug 18, 2022
1 parent a4e2372 commit 5c4a409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.16

RUN addgroup -S raku && adduser -S raku -G raku

ARG rakudo_version=2022.06.1-01
ARG rakudo_version=2022.07-01
ENV rakudo_version=${rakudo_version}

RUN buildDeps=' \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAINTAINER Rob Hoelz

RUN groupadd -r raku && useradd -m -r -g raku raku

ARG rakudo_version=2022.06.1-01
ARG rakudo_version=2022.07-01
ENV rakudo_version=${rakudo_version}

RUN buildDeps=' \
Expand Down

0 comments on commit 5c4a409

Please sign in to comment.