Skip to content

Commit

Permalink
Update image to enable support for Apple silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzyl authored Aug 27, 2023
1 parent 3d5974f commit b420bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app
COPY . /app
RUN mvn clean install -Dmaven.test.skip=true

FROM adoptopenjdk/openjdk11:alpine
FROM bellsoft/liberica-openjdk-alpine-musl:11
COPY --from=builder /app/target/redis-rdb-cli-release.zip /tmp/redis-rdb-cli-release.zip
WORKDIR /app
# because of the cli has set shebang
Expand Down

0 comments on commit b420bc9

Please sign in to comment.