We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a08f0 commit 3366cd3Copy full SHA for 3366cd3
3 files changed
2026.03/alpine/Dockerfile 2026.04/alpine/Dockerfile2026.03/alpine/Dockerfile renamed to 2026.04/alpine/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:latest
2
3
RUN addgroup -S raku && adduser -S raku -G raku
4
5
-ARG rakudo_version=2026.03-01
+ARG rakudo_version=2026.04-01
6
ENV rakudo_version=${rakudo_version}
7
8
RUN buildDeps=' \
2026.03/bookworm/Dockerfile 2026.04/bookworm/Dockerfile2026.03/bookworm/Dockerfile renamed to 2026.04/bookworm/Dockerfile
@@ -3,7 +3,7 @@ MAINTAINER Rob Hoelz
RUN groupadd -r raku && useradd -m -r -g raku raku
9
2026.03/trixie/Dockerfile 2026.04/trixie/Dockerfile2026.03/trixie/Dockerfile renamed to 2026.04/trixie/Dockerfile
@@ -3,7 +3,7 @@ MAINTAINER AntonOks
0 commit comments