Skip to content

Commit

Permalink
Merge pull request #1052 from MarkEWaite/update-alpine-jdk-image
Browse files Browse the repository at this point in the history
Use JDK 8u275 on Alpine
  • Loading branch information
slide authored Dec 17, 2020
2 parents 801fc27 + ec8e062 commit 6fb6647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 8/alpine/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# FIXME(oleg_nenashev): This is not an official AdoptOpenJDK Docker Image.
# There is no official Alpine images at the moment.
# Needs upgrade when/if there is an official alpine image.
FROM adoptopenjdk/openjdk8:jdk8u272-b10-alpine
FROM adoptopenjdk/openjdk8:jdk8u275-b01-alpine

RUN apk add --no-cache \
bash \
Expand Down

0 comments on commit 6fb6647

Please sign in to comment.