update deps, bump version to 0.1.6 and move to new registries

This commit is contained in:
ace
2023-06-15 20:36:14 +03:00
parent 9b3fc7b92d
commit de3743c6e9
6 changed files with 101 additions and 132 deletions

View File

@ -4,7 +4,7 @@ WORKDIR /opt
ADD . .
RUN cargo build --release --verbose --target x86_64-unknown-linux-musl
FROM alpine:3.17
FROM alpine:3.18
COPY --from=builder /opt/target/x86_64-unknown-linux-musl/release/github-release-bot /opt/github-release-bot
COPY ./docker/entrypoint.sh /opt/entrypoint.sh
RUN chmod +x /opt/entrypoint.sh