Skip to content

Commit

Permalink
chore(version-bump: Update Dockerfile Release version
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-jain-10 committed Jan 29, 2024
1 parent 8d5d276 commit af8eecc
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.19 AS build
ARG RI_VERSION="1.3.0-SNAPSHOT"
ARG RI_VERSION="1.3.0-beta"
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.19
ARG RI_VERSION="1.3.0-SNAPSHOT"
ARG RI_VERSION="1.3.0-beta"
ARG BUILD_DATE
ARG COMMIT_ID
LABEL maintainer="OpenMetadata"
Expand Down

0 comments on commit af8eecc

Please sign in to comment.