Skip to content

Commit 63c6d28

Browse files
authored
Merge pull request pajikos#7 from pajikos/renovate/openjdk-11.x
2 parents 41bff6d + eb6447a commit 63c6d28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spring-boot-docker-build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY src /build/src
1515
RUN mvn package
1616

1717

18-
FROM openjdk:11-slim as runtime
18+
FROM openjdk:11.0.16-slim as runtime
1919
EXPOSE 8080
2020
#Set app home folder
2121
ENV APP_HOME /app

0 commit comments

Comments
 (0)