Skip to content

Commit 67595aa

Browse files
chore: update Java version in Dockerfile
1 parent 004b70d commit 67595aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM amazoncorretto:8 as build
1+
FROM amazoncorretto:17 AS build
22

33
WORKDIR /usr/src/miningframework
44

55
COPY . .
66

77
RUN ./gradlew installDist
88

9-
FROM amazoncorretto:8
9+
FROM amazoncorretto:17
1010

1111
WORKDIR /usr/src/miningframework
1212

0 commit comments

Comments
 (0)