Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
elrido committed Dec 9, 2023
1 parent 10509ad commit 8cc548d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

# 0.10.6
- bump libraries

# 0.10.5
- bump libraries

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "directory"
version = "0.10.5"
version = "0.10.6"
authors = ["El RIDO <[email protected]>"]
edition = "2021"
license = "AGPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM scratch
ARG RELEASE=0.10.5
ARG RELEASE=0.10.6
LABEL [email protected] \
org.opencontainers.image.vendor=PrivateBin \
org.opencontainers.image.documentation=https://github.com/PrivateBin/Directory/blob/master/README.md \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.standalone
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM rust:1.66.1-alpine3.17
ARG RELEASE=0.10.5
ARG RELEASE=0.10.6
RUN apk --no-cache update && \
apk add --no-cache \
musl-dev \
Expand All @@ -16,7 +16,7 @@ RUN wget -qO - https://github.com/PrivateBin/Directory/archive/${RELEASE}.tar.gz
upx --ultra-brute target/release/directory

FROM scratch
ARG RELEASE=0.10.5
ARG RELEASE=0.10.6
LABEL [email protected] \
org.opencontainers.image.vendor=PrivateBin \
org.opencontainers.image.documentation=https://github.com/PrivateBin/Directory/blob/master/README.md \
Expand Down

0 comments on commit 8cc548d

Please sign in to comment.