Skip to content

Commit

Permalink
Merge pull request #7 from gomicro/update-concord
Browse files Browse the repository at this point in the history
update to get a concord fix
  • Loading branch information
dan9186 authored Jan 4, 2024
2 parents b5e745c + 318eff4 commit 204bf67
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.0 /concord /concord
COPY --from=ghcr.io/gomicro/concord:0.1.1 /concord /concord

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 204bf67

Please sign in to comment.