Skip to content

Commit

Permalink
Alpine Linux 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jul 29, 2023
1 parent 20377a3 commit 775c53f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
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.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
Expand Down

0 comments on commit 775c53f

Please sign in to comment.