Skip to content

Commit

Permalink
Merge pull request #74 from crazy-max/alpine319
Browse files Browse the repository at this point in the history
Alpine Linux 3.19
  • Loading branch information
crazy-max committed May 1, 2024
2 parents 6cf0be6 + 9c77c1d commit e3023c3
Showing 1 changed file with 2 additions and 2 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 MSMTP_VERSION=1.8.26
ARG ALPINE_VERSION=3.18
ARG XX_VERSION=1.3.0
ARG ALPINE_VERSION=3.19
ARG XX_VERSION=1.4.0

FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
FROM --platform=$BUILDPLATFORM alpine:${ALPINE_VERSION} AS base
Expand Down

0 comments on commit e3023c3

Please sign in to comment.