Skip to content

Commit

Permalink
Merge pull request #571 from cybozu/gorush-http2-ping-patch
Browse files Browse the repository at this point in the history
Update Gorush container image
  • Loading branch information
yokotaso authored May 6, 2021
2 parents 4312821 + 8f064bd commit e596a63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gorush/BRANCH
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12
1.13
6 changes: 3 additions & 3 deletions gorush/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# Stage1: build from source
FROM quay.io/cybozu/golang:1.15-bionic AS build

ARG GORUSH_VERSION="1.12.0"
ARG GORUSH_VERSION="1.13.0.cybozu.1"

WORKDIR /work
RUN git clone https://github.com/appleboy/gorush.git -b "v${GORUSH_VERSION}" . \
RUN git clone https://github.com/cybozu/gorush.git -b "v${GORUSH_VERSION}" . \
&& make build

# Stage2: setup runtime container
FROM quay.io/cybozu/ubuntu:18.04
FROM quay.io/cybozu/ubuntu:20.04

COPY --from=build /work/release/gorush /usr/local/gorush/bin/gorush
COPY --from=build /work/LICENSE /usr/local/gorush/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion gorush/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0.2
1.13.0.3

0 comments on commit e596a63

Please sign in to comment.