Skip to content

Commit

Permalink
new vesion of oss sign code
Browse files Browse the repository at this point in the history
  • Loading branch information
devinstasafe committed Mar 22, 2022
1 parent 38b49e1 commit 6095885
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ RUN apt-get update && apt-get install libgsf-1-dev -y

RUN mkdir /osslsigncode && \
cd /osslsigncode && \
curl -fsSL -o osslsigncode-1.7.1.tar.gz "http://downloads.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.7.1.tar.gz?r=&ts=1469050502&use_mirror=skylineservers" && \
tar -xzf osslsigncode-1.7.1.tar.gz && \
cd osslsigncode-1.7.1 && \
curl -fsSL -o osslsigncode-2.3.0.tar.gz "https://github.com/mtrojnar/osslsigncode/releases/download/2.3/osslsigncode-2.3.0.tar.gz" && \
tar -xzf osslsigncode-2.3.0.tar.gz && \
cd osslsigncode-2.3.0 && \
./configure && \
make

LABEL "name"="Windows Signing Utility"
LABEL "maintainer"="Jon Friesen"
LABEL "version"="0.1.0"
LABEL "version"="0.2.0"

LABEL "com.github.actions.name"="Windows Signing Utility"
LABEL "com.github.actions.description"="Windows Signing Utility"
Expand Down

0 comments on commit 6095885

Please sign in to comment.