Skip to content

Commit

Permalink
Merge pull request #325 from pascalgrimaud/upgrade-generator-jhipster…
Browse files Browse the repository at this point in the history
…-7.3.0

Upgrade to [email protected]
  • Loading branch information
pascalgrimaud authored Oct 14, 2021
2 parents 3984bd0 + 40e2aa5 commit b61b0aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/jhipster/generator-jhipster:v7.2.0-0
FROM jhipster/jhipster:v7.3.0
USER jhipster
COPY --chown=jhipster:jhipster . /home/jhipster/jhipster-online/
RUN \
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN curl -sL https://deb.nodesource.com/setup_lts.x | bash - && \
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
apt-get update && \
apt-get install -y nodejs yarn && \
yarn global add generator-jhipster@7.2.0
yarn global add generator-jhipster@7.3.0

CMD echo "The application will start in ${JHIPSTER_SLEEP}s..." && \
sleep ${JHIPSTER_SLEEP} && \
Expand Down

0 comments on commit b61b0aa

Please sign in to comment.