Skip to content

Commit

Permalink
feat: update base docker img
Browse files Browse the repository at this point in the history
  • Loading branch information
realaravinth committed Oct 27, 2023
1 parent cf98d47 commit 1390149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#RUN cargo --version
#RUN cargo build --release
#
#FROM debian:bullseye as mcaptcha-showcase
#FROM debian:bookwork as mcaptcha-showcase
#LABEL org.opencontainers.image.source https://github.com/mCaptcha/dos
#RUN useradd -ms /bin/bash -u 1001 mcaptcha-showcase
#WORKDIR /home/mcaptcha-showcase
Expand All @@ -38,7 +38,7 @@ RUN cargo build --release || true
COPY . /src
RUN cargo build --release

FROM debian:bullseye as mcaptcha-showcase
FROM debian:bookwork as mcaptcha-showcase
LABEL org.opencontainers.image.source https://github.com/mCaptcha/dos
RUN apt-get update && apt-get install -y ca-certificates
RUN useradd -ms /bin/bash -u 1001 mcaptcha-showcase
Expand Down

0 comments on commit 1390149

Please sign in to comment.