We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f3ae61 commit b0c4b00Copy full SHA for b0c4b00
1 file changed
Dockerfile
@@ -1,9 +1,9 @@
1
FROM docker.io/minio/mc:latest as mc
2
3
4
-FROM docker.io/library/golang:latest as builder
+FROM docker.io/library/golang:buster as builder
5
ARG GOBIN=/usr/local/bin
6
-ARG WAL_G_VERSION=v0.2.19
+ARG WAL_G_VERSION=v1.1
7
8
RUN apt-get update \
9
&& apt-get install -y git gcc liblzo2-dev cmake \
@@ -14,7 +14,7 @@ RUN apt-get update \
14
&& make pg_install
15
16
17
-FROM docker.io/library/postgres:13
+FROM docker.io/library/postgres:13-buster
18
19
COPY rootfs /
20
COPY --from=mc /usr/bin/mc /bin/mc
0 commit comments