Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 701b7ba

Browse files
⬆️ Bump amazoncorretto from 22-alpine to 23-alpine in /backend
Bumps amazoncorretto from 22-alpine to 23-alpine. --- updated-dependencies: - dependency-name: amazoncorretto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f72554 commit 701b7ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM amazoncorretto:22 AS build
1+
FROM amazoncorretto:23 AS build
22
COPY ./ /home/app
33
RUN cd /home/app && ./gradlew build -x test --no-daemon
44

5-
FROM amazoncorretto:22-alpine
5+
FROM amazoncorretto:23-alpine
66
COPY --from=build /home/app/build/libs/ktlog-0.0.1-SNAPSHOT.jar /usr/local/lib/ktlog-deploy.jar
77
EXPOSE 8080
88
ENTRYPOINT ["java","-jar","-Dfile.encoding=UTF-8","/usr/local/lib/ktlog-deploy.jar"]

0 commit comments

Comments
 (0)