Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to v0.1.5a0 #56

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ADD download_certificates.sh /etc/firmitas/download_certificates.sh

RUN dnf -y install gcc python3-devel python3-pip libffi-devel
RUN dnf -y clean all
RUN pip3 install --upgrade firmitas==0.1.3a0
RUN pip3 install --upgrade firmitas==0.1.5a0
RUN dnf -y remove gcc python3-devel

ENV FIRMITAS_CONFIG=/etc/firmitas/conf/myconfig.py
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "firmitas"
version = "0.1.4"
version = "0.1.5a0"
description = "Simple notification service for X.509-standard TLS certificate statuses"
authors = ["Akashdeep Dhar <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down
Loading