We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c50fe commit 42f4af1Copy full SHA for 42f4af1
Dockerfile
@@ -10,7 +10,7 @@ COPY . .
10
RUN CGO_ENABLED=0 GOOS=linux go build -v -o /fly/bin/flyadmin ./cmd/flyadmin
11
RUN CGO_ENABLED=0 GOOS=linux go build -v -o /fly/bin/start ./cmd/start
12
13
-FROM flyio/stolon:cab0fc5 as stolon
+FROM flyio/stolon:b6b9aaf as stolon
14
15
FROM wrouesnel/postgres_exporter:latest AS postgres_exporter
16
0 commit comments