From 775c53f1a401c170549b91e4e0814b4433b3d7d2 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 29 Jul 2023 16:18:13 +0200 Subject: [PATCH] Alpine Linux 3.18 --- Dockerfile | 2 +- Dockerfile-1.0.47 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4df8cda..a747823 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG PUREFTPD_VERSION=1.0.50 -ARG ALPINE_VERSION=3.17 +ARG ALPINE_VERSION=3.18 ARG XX_VERSION=1.2.1 FROM --platform=${BUILDPLATFORM} crazymax/alpine-s6:${ALPINE_VERSION}-2.2.0.3 AS src diff --git a/Dockerfile-1.0.47 b/Dockerfile-1.0.47 index 3d28f0f..cb6d8e0 100644 --- a/Dockerfile-1.0.47 +++ b/Dockerfile-1.0.47 @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG PUREFTPD_VERSION=1.0.47 -ARG ALPINE_VERSION=3.17 +ARG ALPINE_VERSION=3.18 FROM --platform=${BUILDPLATFORM:-linux/amd64} crazymax/alpine-s6:${ALPINE_VERSION}-2.2.0.3 AS download RUN apk --update --no-cache add curl patch tar