Skip to content

Commit

Permalink
fix walg version (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: Mehedi Hasan <mehedi.hasan@appscode.com>
  • Loading branch information
heheh13 authored Dec 1, 2023
1 parent 76b1b06 commit eda2d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:alpine AS builder
ARG TARGETOS
ARG TARGETARCH

ENV WALG_VERSION=release-v2023.11.30
ENV WALG_VERSION="release-v2023.11.30"

ENV _build_deps="wget cmake git build-base bash curl xz-dev lzo-dev"

Expand All @@ -18,7 +18,7 @@ RUN set -ex \
RUN set -x \
&& git clone https://github.com/kubedb/wal-g.git \
&& cd wal-g \
&& git checkout kubedb-v2023.11.30\
&& git checkout $(WALG_VERSION) \
&& CGO_ENABLED=0 go build -v -o /wal-g ./main/pg/main.go

FROM alpine
Expand Down

0 comments on commit eda2d99

Please sign in to comment.