Skip to content

Commit

Permalink
Merge pull request #64 from AntonOks/bump_to_2024.03
Browse files Browse the repository at this point in the history
Bump to 2024.03 and change alpine to alpine:latest
  • Loading branch information
AntonOks authored Apr 8, 2024
2 parents aa61dfd + b4705bc commit 64657bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 2024.02/alpine3.19/Dockerfile → 2024.03/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.19
FROM alpine:latest

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

ARG rakudo_version=2024.02-01
ARG rakudo_version=2024.03-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.02-01
ARG rakudo_version=2024.03-01
ENV rakudo_version=${rakudo_version}

RUN buildDeps=' \
Expand Down

0 comments on commit 64657bb

Please sign in to comment.