Skip to content

Commit

Permalink
Merge pull request #65 from m-dango/2024.04
Browse files Browse the repository at this point in the history
Bump to 2024.04
  • Loading branch information
Altai-man committed May 2, 2024
2 parents 64657bb + 4789a2e commit 486b7ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2024.03/alpine/Dockerfile → 2024.04/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.03-01
ARG rakudo_version=2024.04-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.03-01
ARG rakudo_version=2024.04-01
ENV rakudo_version=${rakudo_version}

RUN buildDeps=' \
Expand Down

0 comments on commit 486b7ff

Please sign in to comment.