Skip to content

Commit 5252b53

Browse files
committed
Update config
1 parent 7747ed5 commit 5252b53

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
@@ -4,7 +4,7 @@ WORKDIR /builder
44
ADD . /builder
55
RUN gradle build --stacktrace
66

7-
FROM adoptopenjdk/openjdk14:jre-14.0.2_12
7+
FROM adoptopenjdk/openjdk14:jre
88
WORKDIR /app
99
EXPOSE 9999
1010
COPY --from=builder /builder/build/libs/request-0.0.1-SNAPSHOT.jar .

0 commit comments

Comments
 (0)