grim/hgkeeper

Bump the hg version to 6.1

2022-03-03, Gary Kramlich
4db99476aeab
Parents ab67dc694c4b
Children d6f63e8dc215
Bump the hg version to 6.1
  • +2 -2
    Dockerfile
  • --- a/Dockerfile Sun Dec 05 03:42:07 2021 -0600
    +++ b/Dockerfile Thu Mar 03 15:26:25 2022 -0600
    @@ -1,4 +1,4 @@
    -FROM golang:1.15-buster as build
    +FROM docker.io/golang:1.15-buster as build
    WORKDIR /root
    @@ -18,7 +18,7 @@
    python3 libpython3-dev python3-pip python3-setuptools build-essential \
    openssh-client libffi7 libffi-dev nvi procps wget \
    && \
    - pip3 install --no-binary :all: mercurial==5.7.1 hg-evolve hgwebplus && \
    + pip3 install --no-binary :all: mercurial==6.1 hg-evolve hgwebplus && \
    apt-get remove -y --purge \
    libpython3-dev python3-pip python3-setuptools build-essential \
    libffi-dev \