Skip to content

Commit

Permalink
Merge pull request #55 from Raku/2023.06
Browse files Browse the repository at this point in the history
Bump to 2023.06
  • Loading branch information
Altai-man committed Jul 12, 2023
2 parents 908f33d + 7cae2b1 commit 40594a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.04' VARIANT='bullseye'
- VERSION='2023.04' VARIANT='alpine3.17'
- VERSION='2023.06' VARIANT='bullseye'
- VERSION='2023.06' VARIANT='alpine3.17'
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.17
FROM alpine:3.18

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

ARG rakudo_version=2023.04-01
ARG rakudo_version=2023.06-01
ENV rakudo_version=${rakudo_version}

RUN buildDeps=' \
Expand Down
4 changes: 2 additions & 2 deletions 2023.04/bullseye/Dockerfile → 2023.06/bookworm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM buildpack-deps:bullseye-scm
FROM buildpack-deps:bookworm-scm
MAINTAINER Rob Hoelz

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

ARG rakudo_version=2023.04-01
ARG rakudo_version=2023.06-01
ENV rakudo_version=${rakudo_version}

RUN buildDeps=' \
Expand Down

0 comments on commit 40594a6

Please sign in to comment.