Skip to content

Commit

Permalink
Java/solution_1: Move to adoptopenjdk base image (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbergen authored Mar 13, 2024
1 parent 8f25832 commit 6980b4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PrimeJava/solution_1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM openjdk:8
FROM adoptopenjdk/openjdk8:x86_64-alpine-jdk8u402-b06-slim

RUN apk add --no-cache bash

WORKDIR /opt/app

Expand Down

0 comments on commit 6980b4d

Please sign in to comment.