Skip to content

Commit d51c5e0

Browse files
committed
adjust
1 parent 006ccb9 commit d51c5e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ ARG PG_MAJOR
55
LABEL org.opencontainers.image.title="postgis-vector" \
66
org.opencontainers.image.description="postgresql+postgis container with pgvector added" \
77
org.opencontainers.image.vendor="@gvkhna" \
8-
org.opencontainers.image.authors="Gaurav Khanna <gaurav@gvkhna.com>" \
9-
org.opencontainers.image.version="17-3.5" \
8+
org.opencontainers.image.authors="Payload <dev@payloadcms.com>" \
9+
org.opencontainers.image.version="17-3.4" \
1010
org.opencontainers.image.licenses="MIT" \
11-
org.opencontainers.image.url="https://github.com/gvkhna/postgis-vector" \
12-
org.opencontainers.image.source="https://github.com/gvkhna/postgis-vector"
11+
org.opencontainers.image.url="https://github.com/payloadcms/postgis-vector" \
12+
org.opencontainers.image.source="https://github.com/payloadcms/postgis-vector"
1313

1414
RUN apt-get update \
1515
&& apt-mark hold locales \

0 commit comments

Comments
 (0)