Skip to content
Snippets Groups Projects
Commit 75346c41 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

fix: fixed LABEL syntax

parent 4f2d34ec
No related branches found
No related tags found
2 merge requests!72Updated to Alpine 3.21,!71Updated copyright to 2025
......@@ -119,9 +119,9 @@ COPY --from=tsbuilder-2.17.2 /build/timescaledb-root /
ARG VERSION_INFO=
LABEL org.opencontainers.image.authors "Nigel Kukard <nkukard@conarx.tech>"
LABEL org.opencontainers.image.version "edge"
LABEL org.opencontainers.image.base.name "registry.conarx.tech/containers/postgresql/edge"
LABEL org.opencontainers.image.authors = "Nigel Kukard <nkukard@conarx.tech>"
LABEL org.opencontainers.image.version = "edge"
LABEL org.opencontainers.image.base.name = "registry.conarx.tech/containers/postgresql/edge"
RUN set -eux; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment