Skip to content

Commit

Permalink
Merge pull request #914 from crazy-max/bump-alpine
Browse files Browse the repository at this point in the history
Alpine Linux 3.18
  • Loading branch information
crazy-max authored Jul 4, 2023
2 parents 915ec83 + 9681cac commit fe0622e
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 GO_VERSION="1.20"
ARG ALPINE_VERSION="3.17"
ARG XX_VERSION="1.1.2"
ARG ALPINE_VERSION="3.18"
ARG XX_VERSION="1.2.1"

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

Expand Down

0 comments on commit fe0622e

Please sign in to comment.