2 Commits

3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -2876,7 +2876,7 @@ dependencies = [
[[package]]
name = "schedule-parser-rusted"
version = "1.0.2"
version = "1.0.3"
dependencies = [
"actix-macros 0.1.0",
"actix-test",

View File

@@ -3,7 +3,7 @@ members = ["actix-macros", "actix-test"]
[package]
name = "schedule-parser-rusted"
version = "1.0.2"
version = "1.0.3"
edition = "2024"
publish = false

View File

@@ -6,7 +6,7 @@ ARG BINARY_NAME
WORKDIR /app/
RUN apt update && \
apt install -y libpq5
apt install -y libpq5 ca-certificates openssl
COPY ./${BINARY_NAME} /bin/main
RUN chmod +x /bin/main