Skip to content

Commit

Permalink
feat(deps): Dehydrated v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
znerol committed Feb 5, 2023
1 parent b8ad76a commit 0ffc47f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN (cd /src/lexicon-* && poetry build)
ENV PIP_DISABLE_PIP_VERSION_CHECK 1
RUN pip3 install --prefix=/dist /src/lexicon-*/dist/dns_lexicon-*-py3-none-any.whl

ARG dehydrated_version=v0.7.0
ARG dehydrated_version=v0.7.1
ENV dehydrated_version ${dehydrated_version}

ADD "https://raw.githubusercontent.com/dehydrated-io/dehydrated/$dehydrated_version/dehydrated" /dist/bin/dehydrated
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Manifest

* alpine: 3.16.2
* certhub: v1.0.0-beta9
* dehydrated: v0.7.0
* dehydrated: v0.7.1
* dns-lexicon: v3.11.7
* git-gau: v1.1.0

0 comments on commit 0ffc47f

Please # to comment.