Skip to content

Commit

Permalink
update the version of concord used
Browse files Browse the repository at this point in the history
  • Loading branch information
dan9186 committed Dec 29, 2023
1 parent 73c524a commit 6494827
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
@@ -1,6 +1,6 @@
FROM alpine:3.19

COPY entrypoint.sh /entrypoint.sh
COPY --from=ghcr.io/gomicro/concord:0.0.1 /concord /concord
COPY --from=ghcr.io/gomicro/concord:0.0.2 /concord /concord

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 6494827

Please sign in to comment.