We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34b556 commit dffdf5bCopy full SHA for dffdf5b
alpine/Dockerfile
@@ -20,7 +20,7 @@
20
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
# SOFTWARE.
22
23
-ARG JAVA_VERSION=17.0.14_7
+ARG JAVA_VERSION=17.0.15_6
24
ARG ALPINE_TAG=3.21.3
25
FROM alpine:"${ALPINE_TAG}" AS jre-build
26
@@ -33,7 +33,7 @@ ARG TARGETPLATFORM
33
COPY jdk-download-url.sh /usr/bin/local/jdk-download-url.sh
34
COPY jdk-download.sh /usr/bin/local/jdk-download.sh
35
36
37
# hadolint ignore=DL3018
38
RUN apk add --no-cache \
39
ca-certificates \
0 commit comments