Skip to content

Commit

Permalink
chore(deps): update docker (#8956)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 25, 2023
1 parent 2767a3d commit d55907f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions opentelemetry/spring-boot-instrumentation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Adapted from https://spring.io/guides/topicals/spring-boot-docker/#_multi_stage_build
# syntax=docker/dockerfile:experimental
FROM eclipse-temurin:17-jdk-alpine as build
FROM eclipse-temurin:17.0.9_9-jdk-alpine as build
WORKDIR /workspace/app

COPY mvnw .
Expand All @@ -25,7 +25,7 @@ COPY src src
RUN --mount=type=cache,target=/root/.m2 ./mvnw install -DskipTests
RUN mkdir -p target/dependency && (cd target/dependency; jar -xf ../*.jar)

FROM eclipse-temurin:17-jdk-alpine
FROM eclipse-temurin:17.0.9_9-jdk-alpine
VOLUME /tmp
ARG DEPENDENCY=/workspace/app/target/dependency
COPY --from=build ${DEPENDENCY}/BOOT-INF/lib /app/lib
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
depends_on:
- "otelcol"
otelcol:
image: otel/opentelemetry-collector-contrib:0.88.0
image: otel/opentelemetry-collector-contrib:0.91.0
volumes:
- ./otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml:ro
- logs:/var/log:ro
Expand Down

0 comments on commit d55907f

Please sign in to comment.