Skip to content

Commit

Permalink
Merge pull request #30 from leoparente/snyk-fix-9a979216283ff83f20ae2…
Browse files Browse the repository at this point in the history
…4e8ebb62a00

[Snyk] Security upgrade alpine from 3.18.5 to 3
  • Loading branch information
leoparente authored Jan 26, 2024
2 parents 85c67fd + da1bc4b commit a485059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apk update && apk add make build-base dpkg-dev curl
RUN if [ ! -f "runner/otelcol-contrib" ] ; then make getotelcol ; fi
RUN make build && mv build/otlpinf /exe

FROM alpine:3.18.5
FROM alpine:3

RUN mkdir /opt/otlpinf/

Expand Down

0 comments on commit a485059

Please sign in to comment.