We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 665982d + 823e3db commit 904d023Copy full SHA for 904d023
Dockerfile
@@ -16,6 +16,7 @@ ENV PGDATA=/data/postgresql
16
ARG VERSION
17
18
LABEL fly.app_role=postgres_cluster
19
+LABEL fly.version=${VERSION}
20
LABEL fly.pg-version=${PG_VERSION}
21
22
RUN apt-get update && apt-get install --no-install-recommends -y \
0 commit comments