Skip to content

Commit 8585e37

Browse files
authored
Bump Rakudo Star version
And remove the zef upgrade logic
1 parent 6c333a7 commit 8585e37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rakudo-star:2023.02
1+
FROM rakudo-star:2025.06
22
WORKDIR /srv
33

44
RUN apt-get -y update
@@ -8,7 +8,6 @@ RUN apt-get -y install zstd lrzip libssl-dev build-essential
88
RUN git config --global --add safe.directory '*'
99

1010
COPY META6.json /srv
11-
RUN zef upgrade zef
1211
RUN zef install --force --/test HTTP::HPACK # to work around the dependency issue
1312
RUN zef install --force --/test --deps-only .
1413

0 commit comments

Comments
 (0)