Skip to content

Commit

Permalink
Merge pull request #37 from EdwinBetanc0urt/bugfix/set-version-argume…
Browse files Browse the repository at this point in the history
…nt-to-env

feat: Version as argument with build.
  • Loading branch information
yamelsenih authored Jun 13, 2024
2 parents 0fcd1f3 + de52987 commit 455a904
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM rust:1.78.0-bullseye as builder
LABEL maintainer="[email protected]; [email protected];" \
description="Microservice with OpenSearch for ADempiere Dictionary using Rust"

ARG BUILD_VERSION="1.0.0"
ARG BUILD_VERSION "1.0.0"


WORKDIR /opt/apps/server

Expand Down

0 comments on commit 455a904

Please sign in to comment.