Skip to content

Commit

Permalink
release: fix Dockerfile Release version
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-jain-10 committed Oct 26, 2023
1 parent 2c4cee7 commit 64edcd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose-quickstart/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Build stage
FROM alpine:3.15 AS build
ARG RI_VERSION="1.2.0-beta"
ARG RI_VERSION="1.2.0"
ENV RELEASE_URL="https://github.com/open-metadata/OpenMetadata/releases/download/${RI_VERSION}-release/openmetadata-${RI_VERSION}.tar.gz"

RUN mkdir -p /opt/openmetadata && \
Expand All @@ -21,7 +21,7 @@ RUN mkdir -p /opt/openmetadata && \

# Final stage
FROM alpine:3.15
ARG RI_VERSION="1.2.0-beta"
ARG RI_VERSION="1.2.0"
ARG BUILD_DATE
ARG COMMIT_ID
LABEL maintainer="OpenMetadata"
Expand Down

0 comments on commit 64edcd1

Please sign in to comment.