Skip to content

Commit

Permalink
Merge pull request #5 from gomicro/update-concord
Browse files Browse the repository at this point in the history
update the version of concord used
  • Loading branch information
dan9186 authored Dec 29, 2023
2 parents 73c524a + 6494827 commit d9e9e86
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 d9e9e86

Please sign in to comment.