Skip to content

Commit 5574669

Browse files
authored
Merge pull request #95 from crazy-max/dockerfile-update
dockerfile: update alpine to 3.19
2 parents 7f1fed0 + c93578b commit 5574669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# limitations under the License.
1616

1717
ARG GO_VERSION="1.21"
18-
ARG ALPINE_VERSION="3.17"
19-
ARG XX_VERSION="1.1.2"
18+
ARG ALPINE_VERSION="3.19"
19+
ARG XX_VERSION="1.4.0"
2020

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

0 commit comments

Comments
 (0)