Skip to content

Commit

Permalink
Alpine Linux 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed May 27, 2024
1 parent 4df9ceb commit 168d857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# syntax=docker/dockerfile:1

ARG PUREFTPD_VERSION=1.0.50
ARG ALPINE_VERSION=3.17
ARG XX_VERSION=1.2.1
ARG ALPINE_VERSION=3.20
ARG XX_VERSION=1.4.0

FROM --platform=${BUILDPLATFORM} tonistiigi/xx:${XX_VERSION} AS xx

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-1.0.47
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG PUREFTPD_VERSION=1.0.47
ARG ALPINE_VERSION=3.17
ARG ALPINE_VERSION=3.20

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
Expand Down

0 comments on commit 168d857

Please sign in to comment.