Skip to content

Commit

Permalink
Merge pull request distribution#3693 from crazy-max/update-xx
Browse files Browse the repository at this point in the history
Update to xx 1.1.1
  • Loading branch information
milosgajdos authored Jul 20, 2022
2 parents b655f9d + 52a88c5 commit 8794122
Showing 1 changed file with 1 addition and 1 deletion.
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 GO_VERSION=1.18
ARG XX_VERSION=1.1.0
ARG XX_VERSION=1.1.1

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

0 comments on commit 8794122

Please sign in to comment.