Skip to content

Commit

Permalink
Bump alpine from 3.14.0 to 3.14.1 in /cmd/otelcol (open-telemetry#607)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.14.0 to 3.14.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 9, 2021
1 parent ade3e5e commit 63eef65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/otelcol/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM alpine:3.14.0 as certs
FROM alpine:3.14.1 as certs
RUN apk --update add ca-certificates

FROM alpine:3.14.0 AS otelcol
FROM alpine:3.14.1 AS otelcol
COPY otelcol /
# Note that this shouldn't be necessary, but in some cases the file seems to be
# copied with the execute bit lost (see #1317)
RUN chmod 755 /otelcol

FROM alpine:3.14.0 AS smartagent
FROM alpine:3.14.1 AS smartagent
ARG SMART_AGENT_RELEASE
RUN mkdir -p /usr/lib/splunk-otel-collector && \
SMART_AGENT=signalfx-agent-${SMART_AGENT_RELEASE#v}.tar.gz && \
Expand Down

0 comments on commit 63eef65

Please sign in to comment.