Skip to content

Commit ae16720

Browse files
adservice - eclipse-temurin:18-jre-alpine (#1124)
Co-authored-by: Nim Jayawardena <[email protected]>
1 parent b612691 commit ae16720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/adservice/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM openjdk:18-slim as builder
15+
FROM eclipse-temurin:18 as builder
1616

1717
WORKDIR /app
1818

@@ -25,7 +25,7 @@ COPY . .
2525
RUN chmod +x gradlew
2626
RUN ./gradlew installDist
2727

28-
FROM openjdk:18-alpine
28+
FROM eclipse-temurin:18-jre-alpine
2929

3030
RUN apk add --no-cache ca-certificates
3131

0 commit comments

Comments
 (0)