Skip to content

Commit

Permalink
Merge pull request #95 from crazy-max/dockerfile-update
Browse files Browse the repository at this point in the history
dockerfile: update alpine to 3.19
  • Loading branch information
crazy-max authored Feb 14, 2024
2 parents 7f1fed0 + c93578b commit 5574669
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
Expand Up @@ -15,8 +15,8 @@
# limitations under the License.

ARG GO_VERSION="1.21"
ARG ALPINE_VERSION="3.17"
ARG XX_VERSION="1.1.2"
ARG ALPINE_VERSION="3.19"
ARG XX_VERSION="1.4.0"

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

Expand Down

0 comments on commit 5574669

Please sign in to comment.