Skip to content

Commit

Permalink
fixing docker file param for version
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Apr 20, 2023
1 parent a76304b commit eb36b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ LABEL maintainer="[email protected]"
ARG APP_VERSION=$(APP_VERSION)

# now add the version arg value into a ENV param
ENV APP_VERSION=$VERSION
ENV APP_VERSION=$APP_VERSION

# create a new non-root user and switch to it
RUN useradd --create-home -u 1000 nru
Expand Down

0 comments on commit eb36b9c

Please sign in to comment.