Skip to content

Commit 1b6dee7

Browse files
committed
Update tox-bootstrapd's base Docker images
1 parent a030cde commit 1b6dee7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

other/bootstrap_daemon/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
###########################################################
22
# Builder image: we compile the code here (static build)
3-
FROM alpine:3.15.0 AS build
3+
FROM alpine:3.18.5 AS build
44

55
RUN ["apk", "--no-cache", "add",\
66
"build-base",\
@@ -62,7 +62,7 @@ RUN ["other/bootstrap_daemon/docker/get-nodes.py", "other/bootstrap_daemon/tox-b
6262

6363
###########################################################
6464
# Final image build: this is what runs the bootstrap node
65-
FROM debian:bullseye-slim
65+
FROM debian:bookworm-slim
6666

6767
COPY --from=build /usr/local/bin/tox-bootstrapd /usr/local/bin/
6868
COPY --from=build /src/c-toxcore/other/bootstrap_daemon/tox-bootstrapd.conf /etc/tox-bootstrapd.conf
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1608abb52cd16775216d01d06569e6437d86ed11e9fc8dc6dc9c1c28668ccd8b /usr/local/bin/tox-bootstrapd
1+
12972fcd956654a18e367e03d6bcaab12fbe2ae166dfc937474a7bd123e0910f /usr/local/bin/tox-bootstrapd

0 commit comments

Comments
 (0)