Updated Dockerfile to use release [skip ci]

This commit is contained in:
Andrew Kane
2025-07-27 12:34:23 -07:00
parent 44163d0a97
commit 665db75a3c
2 changed files with 3 additions and 16 deletions

View File

@@ -1,8 +1,10 @@
# syntax=docker/dockerfile:1
ARG PG_MAJOR=17
FROM postgres:$PG_MAJOR
ARG PG_MAJOR
COPY . /tmp/pgvector
ADD https://github.com/pgvector/pgvector.git#v0.8.0 /tmp/pgvector
RUN apt-get update && \
apt-mark hold locales && \