Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 460e3f3

Browse files
author
Paulo Gomes
committed
Bump XX version
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 0ac703e commit 460e3f3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile.libgit2-only

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ARG BASE_VARIANT=alpine
44
ARG GO_VERSION=1.18
5-
ARG XX_VERSION=1.1.0
5+
ARG XX_VERSION=1.1.2
66

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

Dockerfile.test-libgit2-only

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ARG BASE_VARIANT=alpine
44
ARG GO_VERSION=1.18
5-
ARG XX_VERSION=1.1.0
5+
ARG XX_VERSION=1.1.2
66

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

@@ -129,5 +129,6 @@ COPY --from=build \
129129
/root/smoketest/static-test-runner .
130130

131131
ENV SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
132+
ENV ALLOW_THREADLESS_LIBGIT2=true
132133

133134
RUN /root/smoketest/static-test-runner

0 commit comments

Comments
 (0)