Skip to content

Commit

Permalink
wip - version bumped, Dockerfile DNS fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pranjal-joshi committed Oct 8, 2023
1 parent c7842b6 commit a2db251
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

RUN echo "nameserver 8.8.8.8" > /etc/resolv.conf

ENV LANG C.UTF-8

ADD . /opt/program/

ENV PATH="/opt/program:${PATH}"

RUN echo "185.199.108.133 raw.githubusercontent.com" >> /etc/hosts

WORKDIR /opt/program

RUN chmod +x *
Expand Down
6 changes: 5 additions & 1 deletion src/classes/Changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from classes.ColorText import colorText

VERSION = "2.04"
VERSION = "2.05"

changelog = colorText.BOLD + '[ChangeLog]\n' + colorText.END + colorText.BLUE + '''
[1.00 - Beta]
Expand Down Expand Up @@ -228,4 +228,8 @@
3. Progressbar added for screening to GUI
4. Documentation updated
[2.05]
1. Download Results button added
2. Docker DNS moved to Google DNS
''' + colorText.END

0 comments on commit a2db251

Please sign in to comment.