Skip to content

Commit

Permalink
Merge pull request #11 from fanout/sima/update-version
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
sima-fastly authored Mar 15, 2024
2 parents 58f6edb + d855e2e commit a7ffaba
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,12 @@ RUN \

WORKDIR /build

ENV VERSION 1.38.0
ENV VERSION 1.39.0

ADD https://github.com/fastly/pushpin/releases/download/v${VERSION}/pushpin-${VERSION}.tar.bz2 .

RUN tar xf pushpin-${VERSION}.tar.bz2 && mv pushpin-${VERSION} pushpin

ADD https://github.com/fastly/pushpin/commit/b98c2c2dc3d04e00d2c16f8f122c4f0bda0e6503.patch?full_index=1 .

RUN cd pushpin && patch -p1 <../b98c2c2dc3d04e00d2c16f8f122c4f0bda0e6503.patch

WORKDIR /build/pushpin

RUN cargo fetch
Expand Down

0 comments on commit a7ffaba

Please sign in to comment.