This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/skywalking-docker.git
commit b15c419d47165ec67f3fbb0b5194434ac3acb3bd Author: Gao Hongtao <[email protected]> AuthorDate: Thu Sep 12 10:52:48 2019 +0800 Update dependencies --- 6/6.4/compose/docker-compose.yml | 4 ++-- 6/6.4/oap/Dockerfile | 2 +- 6/6.4/ui/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/6/6.4/compose/docker-compose.yml b/6/6.4/compose/docker-compose.yml index a7a3a97..20eccf7 100644 --- a/6/6.4/compose/docker-compose.yml +++ b/6/6.4/compose/docker-compose.yml @@ -32,7 +32,7 @@ services: soft: -1 hard: -1 oap: - image: apache/skywalking-oap-server:6.3.0 + image: apache/skywalking-oap-server:6.4.0 container_name: oap depends_on: - elasticsearch @@ -46,7 +46,7 @@ services: SW_STORAGE: elasticsearch SW_STORAGE_ES_CLUSTER_NODES: elasticsearch:9200 ui: - image: apache/skywalking-ui:6.3.0 + image: apache/skywalking-ui:6.4.0 container_name: ui depends_on: - oap diff --git a/6/6.4/oap/Dockerfile b/6/6.4/oap/Dockerfile index c5d2cf9..303756d 100644 --- a/6/6.4/oap/Dockerfile +++ b/6/6.4/oap/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM apache/skywalking-base:6.3.0 AS build +FROM apache/skywalking-base:6.4.0 AS build WORKDIR skywalking diff --git a/6/6.4/ui/Dockerfile b/6/6.4/ui/Dockerfile index 110f296..40a33bf 100644 --- a/6/6.4/ui/Dockerfile +++ b/6/6.4/ui/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM apache/skywalking-base:6.3.0 AS build +FROM apache/skywalking-base:6.4.0 AS build WORKDIR skywalking
