Skip to content

Commit

Permalink
chore(deps): update tonistiigi/xx docker tag to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 4d5062b commit 9788f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mergerfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
# hadolint global ignore=DL3007
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.5.0 AS xx
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx

# =========================================================
FROM --platform=$BUILDPLATFORM alpine:3.20.3 AS build
Expand Down
2 changes: 1 addition & 1 deletion snapraid/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
# hadolint global ignore=DL3007,DL3018
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.5.0 AS xx
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx

# =========================================================
FROM --platform=$BUILDPLATFORM alpine:3.20.3 AS build
Expand Down

0 comments on commit 9788f5a

Please sign in to comment.