Skip to content

Commit

Permalink
Bump to 2024.10 [skip workflow]
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOks committed Oct 28, 2024
1 parent c2a2720 commit 70ac387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2024.09/alpine/Dockerfile → 2024.10/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.09-01
ARG rakudo_version=2024.10-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.09-01
ARG rakudo_version=2024.10-01
ENV rakudo_version=${rakudo_version}

RUN buildDeps=' \
Expand Down

0 comments on commit 70ac387

Please sign in to comment.