Skip to content

Commit

Permalink
Merge pull request #506 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update duplicity to 2.1.1
  • Loading branch information
tianon authored Sep 3, 2023
2 parents 98119e7 + e48fff4 commit 6afd7cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion duplicity/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk add --no-cache gnupg librsync

# https://pypi.org/project/duplicity/
# https://duplicity.gitlab.io/
ENV DUPLICITY_VERSION 2.1.0
ENV DUPLICITY_VERSION 2.1.1
# https://gitlab.com/duplicity/duplicity

RUN set -eux; \
Expand Down
2 changes: 1 addition & 1 deletion duplicity/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.0",
"version": "2.1.1",
"python": {
"version": "3.11"
}
Expand Down

0 comments on commit 6afd7cf

Please sign in to comment.