File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ FROM golang:1.24-alpine@sha256:7772cb5322baa875edd74705556d08f0eeca7b9c4b5367754
2121# ############################################ Base image for Alpine #############################################
2222FROM nginx:1.27.4-alpine@sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591 AS alpine
2323
24- RUN apk add --no-cache libcap libstdc++ \
25- && printf "%s%s%s\n " "http://nginx.org/packages/mainline/alpine/v" `egrep -o '^[0-9]+\. [0-9]+' /etc/alpine-release` "/main" >> /etc/apk/repositories \
24+ RUN printf "%s%s%s\n " "http://nginx.org/packages/mainline/alpine/v" `egrep -o '^[0-9]+\. [0-9]+' /etc/alpine-release` "/main" >> /etc/apk/repositories \
2625 && apk add --no-cache libcap libstdc++ nginx-module-otel \
2726 && sed -i -e '/nginx.org/d' /etc/apk/repositories
2827
You can’t perform that action at this time.
0 commit comments