Skip to content

Commit b0c4b00

Browse files
committed
chore(database): upgrade to wal-g v1.1
1 parent 8f3ae61 commit b0c4b00

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM docker.io/minio/mc:latest as mc
22

33

4-
FROM docker.io/library/golang:latest as builder
4+
FROM docker.io/library/golang:buster as builder
55
ARG GOBIN=/usr/local/bin
6-
ARG WAL_G_VERSION=v0.2.19
6+
ARG WAL_G_VERSION=v1.1
77

88
RUN apt-get update \
99
&& apt-get install -y git gcc liblzo2-dev cmake \
@@ -14,7 +14,7 @@ RUN apt-get update \
1414
&& make pg_install
1515

1616

17-
FROM docker.io/library/postgres:13
17+
FROM docker.io/library/postgres:13-buster
1818

1919
COPY rootfs /
2020
COPY --from=mc /usr/bin/mc /bin/mc

0 commit comments

Comments
 (0)