Skip to content

Commit

Permalink
Update backblaze-b2 to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jun 19, 2024
1 parent ba17316 commit bcf03d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backblaze-b2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
FROM python:3.12-alpine3.19

# https://pypi.org/project/b2/
ENV BACKBLAZE_B2_VERSION 4.0.2
ENV BACKBLAZE_B2_VERSION 4.0.3

RUN set -eux; \
pip install --no-cache-dir "b2 == $BACKBLAZE_B2_VERSION"; \
Expand Down
2 changes: 1 addition & 1 deletion backblaze-b2/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.2",
"version": "4.0.3",
"python": {
"version": "3.12",
"from": "python:3.12-alpine3.19",
Expand Down

0 comments on commit bcf03d2

Please sign in to comment.