Skip to content

Commit

Permalink
eclipse-temurin:18.0.2.1_1-jre-alpine (GoogleCloudPlatform#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit committed Oct 23, 2022
1 parent a917ab1 commit 284860e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY . .
RUN chmod +x gradlew
RUN ./gradlew installDist

FROM eclipse-temurin:18-jre-alpine as without-grpc-health-probe-bin
FROM eclipse-temurin:18.0.2.1_1-jre-alpine as without-grpc-health-probe-bin

RUN apk add --no-cache ca-certificates

Expand All @@ -45,4 +45,4 @@ FROM without-grpc-health-probe-bin

RUN GRPC_HEALTH_PROBE_VERSION=v0.4.14 && \
wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-amd64 && \
chmod +x /bin/grpc_health_probe
chmod +x /bin/grpc_health_probe

0 comments on commit 284860e

Please sign in to comment.