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 42165f5 commit 72d7e58Copy full SHA for 72d7e58
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.15_6
+ARG JAVA_VERSION=17.0.16_8
24
ARG ALPINE_TAG=3.22.1
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