Skip to content

Commit

Permalink
update to latest concord
Browse files Browse the repository at this point in the history
  • Loading branch information
dan9186 committed May 13, 2024
1 parent 36798de commit af7f4ba
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.1.2 /concord /concord
COPY --from=ghcr.io/gomicro/concord:0.1.3 /concord /concord

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit af7f4ba

Please sign in to comment.