chore: update version strings to v1.0.0 in Docker and Nim code
- Dockerfile, Dockerfile.source: LABEL version=1.0.0 - Dockerfile.source: update Nim base image 2.2.2 -> 2.2.10 - src/baradadb.nim, src/barabadb/core/httpserver.nim: v0.1.0 -> v1.0.0 - Rebuild baradadb binary with v1.0.0
This commit is contained in:
+2
-2
@@ -13,7 +13,7 @@
|
||||
# docker build -f Dockerfile.source -t baradb:latest .
|
||||
|
||||
# ─── Stage 1: Builder ─────────────────────────────────────
|
||||
FROM nimlang/nim:2.2.2-alpine AS builder
|
||||
FROM nimlang/nim:2.2.10-alpine AS builder
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
@@ -40,7 +40,7 @@ FROM alpine:3.19
|
||||
|
||||
LABEL maintainer="BaraDB Team"
|
||||
LABEL description="BaraDB — Multimodal Database Engine (source build)"
|
||||
LABEL version="0.1.0"
|
||||
LABEL version="1.0.0"
|
||||
|
||||
# Инсталираме runtime зависимости
|
||||
RUN apk add --no-cache ca-certificates su-exec wget pcre
|
||||
|
||||
Reference in New Issue
Block a user