Skip to content

Commit

Permalink
Alpine Linux 3.13
Browse files Browse the repository at this point in the history
alpine-s6 2.2.0.3
  • Loading branch information
crazy-max committed Jun 4, 2021
1 parent a00bd37 commit f82b646
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PUREFTPD_VERSION=1.0.49

FROM --platform=${BUILDPLATFORM:-linux/amd64} crazymax/alpine-s6:3.12-2.1.0.2 AS download
FROM --platform=${BUILDPLATFORM:-linux/amd64} crazymax/alpine-s6:3.13-2.2.0.3 AS download
RUN apk --update --no-cache add curl patch tar

ARG PUREFTPD_VERSION
Expand All @@ -9,7 +9,7 @@ COPY patchs /dist
RUN curl -sSL "https://github.com/jedisct1/pure-ftpd/releases/download/${PUREFTPD_VERSION}/pure-ftpd-${PUREFTPD_VERSION}.tar.gz" | tar xz --strip 1 \
&& patch -p1 < ../minimal.patch

FROM crazymax/alpine-s6:3.12-2.1.0.2 AS builder
FROM crazymax/alpine-s6:3.13-2.2.0.3 AS builder
RUN apk --update --no-cache add \
autoconf \
automake \
Expand Down Expand Up @@ -45,7 +45,7 @@ RUN ./configure \
--with-certfile=/data/pureftpd.pem \
&& make install-strip

FROM crazymax/alpine-s6:3.12-2.1.0.2
FROM crazymax/alpine-s6:3.13-2.2.0.3
LABEL maintainer="CrazyMax"

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS="2" \
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile-1.0.47
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PUREFTPD_VERSION=1.0.47

FROM --platform=${BUILDPLATFORM:-linux/amd64} crazymax/alpine-s6:3.12-2.1.0.2 AS download
FROM --platform=${BUILDPLATFORM:-linux/amd64} crazymax/alpine-s6:3.13-2.2.0.3 AS download
RUN apk --update --no-cache add curl patch tar

ARG PUREFTPD_VERSION
Expand All @@ -9,7 +9,7 @@ COPY patchs /dist
RUN curl -sSL "https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-${PUREFTPD_VERSION}.tar.gz" | tar xz --strip 1 \
&& patch -p1 < ../minimal.patch

FROM crazymax/alpine-s6:3.12-2.1.0.2 AS builder
FROM crazymax/alpine-s6:3.13-2.2.0.3 AS builder
RUN apk --update --no-cache add \
autoconf \
automake \
Expand Down Expand Up @@ -47,7 +47,7 @@ RUN ./configure \
--with-certfile=/data/pureftpd.pem \
&& make install-strip

FROM crazymax/alpine-s6:3.12-2.1.0.2
FROM crazymax/alpine-s6:3.13-2.2.0.3
LABEL maintainer="CrazyMax"

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS="2" \
Expand Down

0 comments on commit f82b646

Please sign in to comment.