Skip to content

Commit

Permalink
Fixed build (#27)
Browse files Browse the repository at this point in the history
chore(CI/CD): Fixes build
---------

Co-authored-by: Bogdan Vidrean <bogdan.vidrean@olx.com>
  • Loading branch information
BogdanVidrean and Bogdan Vidrean committed Mar 29, 2023
1 parent 3a05ad7 commit 82e92d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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,7 +1,7 @@
# (c) Copyright 2019-2023 OLX
[package]
name = "dali"
version = "1.4.0"
version = "1.5.0"
authors = ["Augusto César Dias <augusto.dias@olx.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apk add --update --no-cache \
--repository https://dl-cdn.alpinelinux.org/alpine/v3.17/main \
vips=8.13.3-r1 \
vips-heif=8.13.3-r1 \
openssl=3.0.8-r0
openssl

COPY --from=build /usr/src/dali/target/release/dali /usr/local/bin/dali

Expand Down

0 comments on commit 82e92d9

Please sign in to comment.