Skip to content

Commit 57b93fc

Browse files
fix(deps): update bump minor versions
1 parent 90b065c commit 57b93fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

curlz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include = ["src/**/*", "LICENSE", "*.md"]
1010
[dependencies]
1111
env_logger = "0.10"
1212
log = "0.4"
13-
clap = { version = "4.2", features = ["derive", "std", "cargo", "usage", "help"] }
13+
clap = { version = "4.3", features = ["derive", "std", "cargo", "usage", "help"] }
1414
#clap_complete = "4.1"
1515
clap-verbosity-flag = "2.0"
1616
serde = { version = "1.0", features = ["derive"] }

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM curlimages/curl:8.00.1 as builder
1+
FROM curlimages/curl:8.1.0 as builder
22

33
LABEL org.opencontainers.image.source https://github.com/curlz-rs/curlz
44
ARG CURLZ_RELEASE_TAG=v0.1.0-alpha.11
@@ -13,7 +13,7 @@ RUN curl ${CURLZ_GIT_REPO}/releases/download/${CURLZ_RELEASE_TAG}/curlz-${CURLZ_
1313
tar xzfv /tmp/curlz.tar.gz curlz && \
1414
chmod a+x /tmp/curlz
1515

16-
FROM curlimages/curl:8.00.1
16+
FROM curlimages/curl:8.1.0
1717

1818
COPY --from=builder "/tmp/curlz" "/usr/bin/curlz"
1919
USER curl_user

0 commit comments

Comments
 (0)