Skip to content

Commit

Permalink
Issue 7294: Update OpenJDK from 11.0.11 to 11.0.13 (pravega#7295)
Browse files Browse the repository at this point in the history
Update OpenJDK version in Alpine docker image to 11.0.13.

Signed-off-by: Tomáš Lipovský <[email protected]>
  • Loading branch information
lipov3cz3k authored Oct 27, 2023
1 parent aec708e commit a6bba01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pravega/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
FROM adoptopenjdk/openjdk11:jre-11.0.11_9-alpine
FROM adoptopenjdk/openjdk11:jre-11.0.13_8-alpine

RUN apk --update --no-cache add \
#used in readiness and liveness probes
Expand Down

0 comments on commit a6bba01

Please sign in to comment.