Skip to content

Commit

Permalink
feat: updating the pinot verstion (#135)
Browse files Browse the repository at this point in the history
Co-authored-by: Ronak Kothari <ronakkothari@Ronaks-Laptop.local>
  • Loading branch information
kotharironak and Ronak Kothari committed Jan 29, 2024
1 parent a8e6f83 commit c9c98c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:latest AS builder

ARG PINOT_VERSION=0.12.0
ARG PINOT_VERSION=1.0.0
ARG JITPACK_REPO=hypertrace/incubator-pinot
ARG JITPACK_TAG=hypertrace-0.12.0-11
ARG JITPACK_TAG=hhypertrace-1.0.0-rc2

ENV PINOT_HOME=/opt/pinot

Expand Down
2 changes: 1 addition & 1 deletion pinot-servicemanager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM cimg/openjdk:14.0.2 AS install

# Override to build an image from a fork. Ex. kotharironak
ARG JITPACK_USER=hypertrace
ARG JITPACK_TAG=hypertrace-0.12.0-11
ARG JITPACK_TAG=hypertrace-1.0.0-rc2

USER root
WORKDIR /install
Expand Down

0 comments on commit c9c98c5

Please sign in to comment.