Skip to content

Commit

Permalink
Merge pull request #154 from reportportal/hotfix/5.13.1
Browse files Browse the repository at this point in the history
5.13.1 Release
  • Loading branch information
HardNorth authored Jan 29, 2025
2 parents bcb2c7a + 5abd8b0 commit 8b33974
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 8b33974

Please sign in to comment.