Skip to content

Commit 8b34649

Browse files
committed
Docker: use bookwork for target image too
1 parent 59f4db0 commit 8b34649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Builder
22
# Note: Not using Alpine, because of CGo deps
3-
FROM golang:1.24-bookworm as builder
3+
FROM golang:1.24-bookworm AS builder
44
ENV GOBIN=/usr/local/bin
55
ARG GOPROXY=
66

@@ -21,7 +21,7 @@ RUN echo "GOFLAGS=$GOFLAGS"; go install ./cmd/...
2121
# Note: When using Alpine, ls prevents auth api from correctly functioning (most likely some locking issue)
2222
# Reason: When you have multiple processing accessing the same LMDB, they MUST use the same libc, otherwise
2323
# way file locking is done will conflict.
24-
FROM debian:buster-slim
24+
FROM debian:bookworm-slim
2525

2626
RUN ulimit -n 2000 \
2727
&& apt-get update \

0 commit comments

Comments
 (0)