Skip to content

Commit

Permalink
Merge pull request #66 from m-dango/2024.05
Browse files Browse the repository at this point in the history
Bump to 2024.05
  • Loading branch information
AntonOks committed Jun 4, 2024
2 parents 486b7ff + 45e8b0e commit 8100ecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2024.04/alpine/Dockerfile → 2024.05/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:latest

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

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

RUN buildDeps=' \
Expand Down

0 comments on commit 8100ecf

Please sign in to comment.