From ab71d734558ac2ac9ac37496cafd0f97cb03d931 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Thu, 8 Sep 2022 18:00:35 +0530 Subject: [PATCH] fix: repo URL --- Cargo.toml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 55d9159..173e6e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "forms" version = "0.1.0" edition = "2021" -repository = "https://github.com/realaravinth/forms" +repository = "https://git.batsense.net/librepages/forms" readme = "README.md" license = "AGPLv3 or later version" authors = ["realaravinth "] diff --git a/Dockerfile b/Dockerfile index 54b77f8..8aabdd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN cargo --version RUN cargo build --release FROM debian:bullseye as forms -LABEL org.opencontainers.image.source https://github.com/realaravinth/forms +LABEL org.opencontainers.image.source https://git.batsense.net/librepages/forms RUN apt-get update && apt-get install -y ca-certificates RUN useradd -ms /bin/bash -u 1001 forms WORKDIR /home/forms