Skip to content

Commit a485059

Browse files
authored
Merge pull request #30 from leoparente/snyk-fix-9a979216283ff83f20ae24e8ebb62a00
[Snyk] Security upgrade alpine from 3.18.5 to 3
2 parents 85c67fd + da1bc4b commit a485059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apk update && apk add make build-base dpkg-dev curl
88
RUN if [ ! -f "runner/otelcol-contrib" ] ; then make getotelcol ; fi
99
RUN make build && mv build/otlpinf /exe
1010

11-
FROM alpine:3.18.5
11+
FROM alpine:3
1212

1313
RUN mkdir /opt/otlpinf/
1414

0 commit comments

Comments
 (0)