diff --git a/Dockerfile b/Dockerfile index aaafe40..3cf0be1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.23.12-alpine AS builder +FROM golang:1.27.0-alpine AS builder # Install build dependencies for CGo (required by go-sqlite3) RUN apk add --no-cache gcc musl-dev