Skip to content

Commit

Permalink
Merge pull request #155 from reportportal/master
Browse files Browse the repository at this point in the history
Merge Master into Develop
  • Loading branch information
HardNorth authored Jan 29, 2025
2 parents e17e972 + 8b33974 commit 4c6be33
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 @@ -9,7 +9,7 @@ RUN if [ "${RELEASE_MODE}" = true ]; then \
-Dorg.gradle.project.version=${APP_VERSION}; \
else gradle build --exclude-task test -Dorg.gradle.project.version=${APP_VERSION}; fi

FROM amazoncorretto:21.0.5
FROM amazoncorretto:21.0.6
LABEL version=${APP_VERSION} description="EPAM Report portal. Jobs Service" maintainer="Andrei Varabyeu <[email protected]>, Hleb Kanonik <[email protected]>"
ARG APP_VERSION=${APP_VERSION}
ENV APP_DIR=/usr/app
Expand Down

0 comments on commit 4c6be33

Please sign in to comment.