Skip to content

Commit

Permalink
Patch gomplate in Alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
kenfinnigan committed Nov 29, 2023
1 parent 657323d commit 0f87bb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions telemetryproxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ RUN chown -R 1234:1234 /lumigo/bin/*

FROM alpine:latest

# Temporary fix to bring in 3.11.6 version of gomplate from Alpine Edge
RUN apk add gomplate --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community

# Be able to validate the TLS cert of the Lumigo SaaS endpoint
RUN apk add ca-certificates
# Update OtelCollector config on namespace file change
Expand Down

0 comments on commit 0f87bb1

Please sign in to comment.