From 6e3101d5270c6da073c98a0c8e44ed69b67e8ad2 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 1 Apr 2023 13:31:52 -0700 Subject: [PATCH] Updated Dockerfile [skip ci] --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cee4a5d..6fe3099 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ ARG PG_MAJOR=15 - FROM postgres:$PG_MAJOR - ARG PG_MAJOR COPY . /tmp/pgvector