From 71bb4b324d84a8a74602c8a89941a2de72166ef9 Mon Sep 17 00:00:00 2001 From: FaySmash <30392780+FaySmash@users.noreply.github.com> Date: Sat, 20 Jul 2024 19:54:47 +0200 Subject: [PATCH] Updated the Alpine baseimage to 3.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4c3851..1b32f20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ ARG DOCKER_IMAGE_VERSION= ARG JDOWNLOADER_URL=http://installer.jdownloader.org/JDownloader.jar # Download JDownloader2 -FROM --platform=$BUILDPLATFORM alpine:3.16 AS jd2 +FROM --platform=$BUILDPLATFORM alpine:3.19 AS jd2 ARG JDOWNLOADER_URL RUN \ apk --no-cache add curl && \