Skip to content

Commit

Permalink
new pp version 0.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quallenbezwinger committed Nov 15, 2023
1 parent 7ebc3f9 commit 93f9233
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .env

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Pull base image.
FROM jlesage/baseimage-gui:debian-11-v4.4.0

ENV VERSION 0.62.0
ENV VERSION 0.65.6
ENV ARCHIVE https://github.com/buchen/portfolio/releases/download/${VERSION}/PortfolioPerformance-${VERSION}-linux.gtk.x86_64.tar.gz
ENV APP_ICON_URL=https://www.portfolio-performance.info/images/logo.png

Expand Down
2 changes: 1 addition & 1 deletion dockerhub.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

docker push quallenbezwinger/portfolio-performance:$CONTAINER_VERSION
docker push quallenbezwinger/portfolio-performance:0.9
docker push quallenbezwinger/portfolio-performance:latest
4 changes: 2 additions & 2 deletions localImage.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

docker build . -t quallenbezwinger/portfolio-performance:$CONTAINER_VERSION
docker build . -t quallenbezwinger/portfolio-performance:latestt
docker build . -t quallenbezwinger/portfolio-performance:0.9
docker build . -t quallenbezwinger/portfolio-performance:latest

0 comments on commit 93f9233

Please sign in to comment.