Skip to content

Commit

Permalink
Dockerfile: refer to perl 5.38.x
Browse files Browse the repository at this point in the history
...per complaints of earlier auto-build iterations after PR oetiker#624 merge

Signed-off-by: Jim Klimov <jimklimov@gmail.com>
  • Loading branch information
jimklimov committed Jan 16, 2024
1 parent 75292b2 commit e5881f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

##### Builder image
ARG PERL_BUILD_VERSION=5.30-buster
ARG PERL_BUILD_VERSION=5.38-buster
ARG ALPINE_VERSION=3.19
FROM docker.io/library/perl:${PERL_BUILD_VERSION} as builder

Expand All @@ -17,7 +17,7 @@ RUN \
##### Runtime image
FROM docker.io/library/alpine:${ALPINE_VERSION} as runtime

ARG PERL_VERSION=5.30.3-r0
ARG PERL_VERSION=5.38.2-r0

RUN \
# nano is for the interactive "edit" command in znapzendzetup if preferred over vi
Expand Down

0 comments on commit e5881f6

Please sign in to comment.