Skip to content

Commit

Permalink
used otel client
Browse files Browse the repository at this point in the history
  • Loading branch information
trajano committed Jul 31, 2024
1 parent 4247dac commit 7cd0c31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN npm run build-storybook

FROM caddy:builder AS builder
RUN --mount=type=cache,target=/go/pkg/mod/cache xcaddy build \
--with github.com/caddyserver/caddy/v2=github.com/trajano/caddy/v2@1f6b8322bd1828de43db038483f79196d8a094f4
--with github.com/caddyserver/caddy/v2=github.com/trajano/caddy/v2@otel-client
# --with github.com/caddyserver/caddy/v2=github.com/trajano/caddy/v2@1f6b8322bd1828de43db038483f79196d8a094f4

FROM caddy:alpine
# FROM busybox:1.36.1-uclibc AS caddy
Expand Down

0 comments on commit 7cd0c31

Please sign in to comment.