Set base to 17-jdk so this image can run on arm64

This allows nosqlbench docker image to run natively on Apple M1 and other ARM Linux environment
This commit is contained in:
weideng1 2022-08-12 11:55:14 -06:00 committed by GitHub
parent 87302800f2
commit 427179996b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM eclipse-temurin:17-alpine
FROM eclipse-temurin:17-jdk
RUN apk --no-cache add curl
COPY nb5/target/nb5.jar nb5.jar