Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
update build base (#15)
Browse files Browse the repository at this point in the history
* update build base

Signed-off-by: Lizan Zhou <lizan@tetrate.io>
  • Loading branch information
lizan committed Jul 16, 2019
1 parent 6fe9a37 commit 0dc95d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common/Makefile
Expand Up @@ -19,7 +19,9 @@ OUTPUT_DIR ?= ../build-image
# available image is from:
# https://hub.docker.com/r/envoyproxy/envoy-build/tags/
# This should be updated to latest as long as it doesn't break build.
UPSTREAM_ENVOY_BUILD_TAG = cfc514546bc0284536893cca5fa43d7128edcd35

# 1.11.0
UPSTREAM_ENVOY_BUILD_TAG = bf169f9d3c8f4c682650c5390c088a4898940913

$(OUTPUT_DIR)/common-context.tar: create_context.py build_container ../envoy_pkg $(OUTPUT_DIR)/envoy
@./create_context.py --envoy_dir $(OUTPUT_DIR)/envoy --output $@
Expand Down

0 comments on commit 0dc95d4

Please sign in to comment.