Skip to content

Commit d4c1645

Browse files
committed
5.15.1 || upgrade base image
1 parent ece543c commit d4c1645

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN if [ "${RELEASE_MODE}" = true ]; then \
99
-Dorg.gradle.project.version=${APP_VERSION}; \
1010
else gradle build --no-build-cache --exclude-task test -Dorg.gradle.project.version=${APP_VERSION}; fi
1111

12-
FROM amazoncorretto:21.0.9
12+
FROM amazoncorretto:21.0.10
1313
LABEL version=${APP_VERSION} description="EPAM Report portal. Main API Service" maintainer="Andrei Varabyeu <andrei_varabyeu@epam.com>, Hleb Kanonik <hleb_kanonik@epam.com>"
1414
ARG APP_VERSION=${APP_VERSION}
1515
ENV APP_DIR=/usr/app

0 commit comments

Comments
 (0)