Skip to content

Commit

Permalink
Bump to 2024.02
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dango committed Mar 24, 2024
1 parent 9b9e582 commit ed7f82d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
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'
@@ -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
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 ed7f82d

Please sign in to comment.