diff --git a/Dockerfile b/Dockerfile index a4495b8..a1a760c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -ldflags="-s -w" -o bsp-agent ./cmd/bsp RUN CGO_ENABLED=0 GOOS=linux go build -a -ldflags="-s -w" -o bsp-extractor ./scripts/extractor.go RUN CGO_ENABLED=0 GOOS=linux go build -a -ldflags="-s -w" -o bsp-extractor-2 ./scripts/replica/extractor2.go # Runtime/test - second phase. -FROM alpine:3.21 +FROM alpine:3.23 RUN mkdir /app WORKDIR /app RUN apk update && apk add --no-cache bash