Skip to content

Commit

Permalink
Merge pull request #62 from guyzyl/master
Browse files Browse the repository at this point in the history
Update image to enable support for Apple silicon
  • Loading branch information
leonchen83 authored Sep 4, 2023
2 parents 3d5974f + b420bc9 commit fe6dc49
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 fe6dc49

Please sign in to comment.