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.
1 parent 665982d commit 823e3dbCopy full SHA for 823e3db
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