mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Update base images of toxchat/bootstrap-node
This commit is contained in:
parent
74bc87f277
commit
0538273479
|
@ -1,6 +1,6 @@
|
||||||
###########################################################
|
###########################################################
|
||||||
# Builder image: we compile the code here (static build)
|
# Builder image: we compile the code here (static build)
|
||||||
FROM alpine:3.11.5 AS build
|
FROM alpine:3.15.0 AS build
|
||||||
|
|
||||||
RUN ["apk", "--no-cache", "add",\
|
RUN ["apk", "--no-cache", "add",\
|
||||||
"build-base",\
|
"build-base",\
|
||||||
|
@ -56,7 +56,7 @@ RUN ["other/bootstrap_daemon/docker/get-nodes.py", "other/bootstrap_daemon/tox-b
|
||||||
|
|
||||||
###########################################################
|
###########################################################
|
||||||
# Final image build: this is what runs the bootstrap node
|
# Final image build: this is what runs the bootstrap node
|
||||||
FROM debian:buster-slim
|
FROM debian:bullseye-slim
|
||||||
|
|
||||||
COPY --from=build /usr/local/bin/tox-bootstrapd /usr/local/bin/
|
COPY --from=build /usr/local/bin/tox-bootstrapd /usr/local/bin/
|
||||||
COPY --from=build /src/c-toxcore/other/bootstrap_daemon/tox-bootstrapd.conf /etc/tox-bootstrapd.conf
|
COPY --from=build /src/c-toxcore/other/bootstrap_daemon/tox-bootstrapd.conf /etc/tox-bootstrapd.conf
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
72f7fffc82c5074c94e13a6aee5d6231c4a063bef4338bae1f8d3ab4624c5582 /usr/local/bin/tox-bootstrapd
|
ac14ae6877df0b2af683e9578cb7a548d755a3c78ceb26f169163c725963ff50 /usr/local/bin/tox-bootstrapd
|
||||||
|
|
Loading…
Reference in New Issue
Block a user