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 e582024 commit 6f59337
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ script:
- docker build -t rakudo-star ./$VERSION/$VARIANT

env:
- VERSION='2022.06.1' VARIANT='bullseye'
- VERSION='2022.06.1' VARIANT='alpine3.16'
- VERSION='2022.07' VARIANT='bullseye'
- VERSION='2022.07' VARIANT='alpine3.16'
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 6f59337

Please sign in to comment.