Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Dec 4, 2023
1 parent 22de02c commit 4a2e24c
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 98 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="appthreat" \
org.opencontainers.image.authors="Team AppThreat <[email protected]>" \
org.opencontainers.image.source="https://github.com/AppThreat/blint" \
org.opencontainers.image.url="https://github.com/AppThreat/blint" \
org.opencontainers.image.version="1.0.34" \
org.opencontainers.image.version="1.0.35" \
org.opencontainers.image.vendor="AppThreat" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.title="blint" \
Expand All @@ -31,7 +31,7 @@ ENV GOPATH=/opt/app-root/go \
SBT_HOME="/opt/sbt/${SBT_VERSION}" \
COMPOSER_ALLOW_SUPERUSER=1 \
PYTHONUNBUFFERED=1 \
PYTHONIOENCODING="utf-8"
PYTHONIOENCODING="utf-8"
ENV PATH=${PATH}:${JAVA_HOME}/bin:${MAVEN_HOME}/bin:${GRADLE_HOME}/bin:${SBT_HOME}/bin:${GOPATH}/bin:/usr/local/go/bin:/usr/local/bin/:/root/.local/bin:

COPY . /opt/blint
Expand All @@ -42,7 +42,7 @@ RUN microdnf install -y python3.11 python3.11-devel python3.11-pip \
&& python3 -m pip install --upgrade pip \
&& python3 -m pip install setuptools --upgrade \
&& python3 -m pip install poetry

RUN cd /opt/blint \
&& poetry config virtualenvs.create false \
&& poetry install --no-cache --without dev \
Expand Down
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<key>CFBundleName</key>
<string>blint</string>
<key>CFBundleVersion</key>
<string>1.0.8</string>
<string>1.0.35</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions file_version_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ VSVersionInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'AppThreat'),
StringStruct(u'FileDescription', u'blint - The Binary Linter'),
StringStruct(u'FileVersion', u'1.0.24.0'),
StringStruct(u'FileVersion', u'1.0.35.0'),
StringStruct(u'InternalName', u'blint'),
StringStruct(u'LegalCopyright', u'© AppThreat. All rights reserved.'),
StringStruct(u'OriginalFilename', u'blint.exe'),
StringStruct(u'ProductName', u'blint'),
StringStruct(u'ProductVersion', u'1.0.24.0')])
StringStruct(u'ProductVersion', u'1.0.35.0')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down
Loading

0 comments on commit 4a2e24c

Please sign in to comment.