We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece543c commit d4c1645Copy full SHA for d4c1645
1 file changed
Dockerfile
@@ -9,7 +9,7 @@ RUN if [ "${RELEASE_MODE}" = true ]; then \
9
-Dorg.gradle.project.version=${APP_VERSION}; \
10
else gradle build --no-build-cache --exclude-task test -Dorg.gradle.project.version=${APP_VERSION}; fi
11
12
-FROM amazoncorretto:21.0.9
+FROM amazoncorretto:21.0.10
13
LABEL version=${APP_VERSION} description="EPAM Report portal. Main API Service" maintainer="Andrei Varabyeu <andrei_varabyeu@epam.com>, Hleb Kanonik <hleb_kanonik@epam.com>"
14
ARG APP_VERSION=${APP_VERSION}
15
ENV APP_DIR=/usr/app
0 commit comments