Skip to content

Commit 889d488

Browse files
fix typo
1 parent 8e3235a commit 889d488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ RUN apk add --no-cache git ca-certificates bind-tools tini jansson wget supervis
175175
RUN curl -sL https://sentry.io/get-cli/ | sh
176176

177177
# Install grafana alloy. libc6-compat is required because alloy dynamically links against glibc which doesn't exist in alpine by default
178-
# @nochekin: figure out how to handle this for self hosted case (especially the config)
178+
# @nocheckin: figure out how to handle this for self hosted case (especially the config)
179179
RUN apk add --no-cache libc6-compat
180180
RUN wget https://github.com/grafana/alloy/releases/download/v1.7.0/alloy-linux-amd64.zip \
181181
&& unzip alloy-linux-amd64.zip \

0 commit comments

Comments
 (0)