Skip to content

Commit

Permalink
Merge pull request #58 from m-dango/2024.02
Browse files Browse the repository at this point in the history
Bump to 2024.02
  • Loading branch information
AntonOks authored Mar 27, 2024
2 parents 9b9e582 + ed7f82d commit 1357b3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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='2023.08' VARIANT='bookworm'
- VERSION='2023.08' VARIANT='alpine3.18'
- VERSION='2024.02' VARIANT='bookworm'
- VERSION='2024.02' VARIANT='alpine3.19'
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.18
FROM alpine:3.19

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

ARG rakudo_version=2023.08-01
ARG rakudo_version=2024.02-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=2023.08-01
ARG rakudo_version=2024.02-01
ENV rakudo_version=${rakudo_version}

RUN buildDeps=' \
Expand Down

0 comments on commit 1357b3a

Please sign in to comment.