feat: update base img to trixie

This commit is contained in:
Aravinth Manivannan 2025-10-02 11:24:35 +05:30
parent 151aba467a
commit 9662d03450
No known key found for this signature in database
GPG Key ID: F8F50389936984FF
2 changed files with 4 additions and 38 deletions

View File

@ -1,44 +1,10 @@
steps:
build_docker_img:
image: plugins/docker
when:
event: [pull_request]
settings:
dry_run: true
repo: libresolutions/vanikam
repo: mcaptcha/mcaptcha
tags:
latest
# build_and_publish_docker_img:
# image: plugins/docker
# when:
# event: [push, tag, deployment]
# settings:
# username: forgeflux
# password:
# from_secret: DOCKER_TOKEN
# repo: libresolutions/vanikam
# tags:
# latest
# build_publisher_docker_img:
# image: plugins/docker
# when:
# event: [push, tag, deployment]
# settings:
# dry_run: true
# dockerfile: scripts/publish-bins-docker
# purge: false
# repo: libresolutions/vanikam-publisher
# tags: latest
#
# publish_bins:
# image: rust
# when:
# event: [push, tag, deployment]
# commands:
# - apt update
# - apt-get -y --no-install-recommends install gpg tar curl wget
# - echo -n "$RELEASE_BOT_GPG_SIGNING_KEY" | gpg --batch --import --pinentry-mode loopback
# - scripts/bin-publish.sh publish master latest $DUMBSERVE_PASSWORD
# secrets: [RELEASE_BOT_GPG_SIGNING_KEY, DUMBSERVE_PASSWORD, GPG_PASSWORD]
#

View File

@ -29,7 +29,7 @@ RUN cargo --version
RUN make cache-bust
RUN cargo build --release
FROM debian:bookworm as mCaptcha
FROM debian:trixie as mCaptcha
LABEL org.opencontainers.image.source https://github.com/mCaptcha/mCaptcha
RUN set -ex; \
apt-get update; \