Skip to content

Commit

Permalink
Update version. Rename container
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed May 3, 2024
1 parent ecbd1c4 commit bb228ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ RUN apt-get update && \
apt-get install -y pandoc && \
apt-get install -y build-essential && \
apt-get install -y cpanminus libtidy-dev libxml++2.6-dev libhtml-tidy-perl && \
cpanm -n App::Aphra@0.0.7
cpanm -n App::HTTPThis App::Aphra@0.1.1

4 changes: 2 additions & 2 deletions docker/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

ver=`perl -nE '/\@v?([\d\.]+)/ and print $1 and exit' Dockerfile`
echo Building version $ver
docker build -t davorg/perl-app-aphra:latest -t davorg/perl-app-aphra:app-aphra_$ver .
docker push -a docker.io/davorg/perl-app-aphra
docker build -t davorg/aphra:latest -t davorg/aphra:app-aphra_$ver .
docker push -a docker.io/davorg/aphra

0 comments on commit bb228ac

Please sign in to comment.