File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
.github/actions/run-tests Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG GO_VERSION=1.17.5
33ARG XX_VERSION=1.1.0
44
55ARG LIBGIT2_IMG=ghcr.io/fluxcd/golang-with-libgit2
6- ARG LIBGIT2_TAG=sha-a926b575d640a7f99876f0d1768179f6b586d816
6+ ARG LIBGIT2_TAG=libgit2-1.1.1-2
77
88FROM tonistiigi/xx:${XX_VERSION} AS xx
99FROM ${LIBGIT2_IMG}:${LIBGIT2_TAG} as libgit2
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG GO_VERSION=1.17
33ARG XX_VERSION=1.1.0
44
55ARG LIBGIT2_IMG=ghcr.io/fluxcd/golang-with-libgit2
6- ARG LIBGIT2_TAG=libgit2-1.1.1-1
6+ ARG LIBGIT2_TAG=libgit2-1.1.1-2
77
88FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
99FROM ${LIBGIT2_IMG}:${LIBGIT2_TAG} as libgit2
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ TAG ?= latest
44
55# Base image used to build the Go binary
66LIBGIT2_IMG ?= ghcr.io/fluxcd/golang-with-libgit2
7- LIBGIT2_TAG ?= sha-a926b575d640a7f99876f0d1768179f6b586d816
7+ LIBGIT2_TAG ?= libgit2-1.1.1-2
88
99# Allows for defining additional Docker buildx arguments,
1010# e.g. '--push'.
You can’t perform that action at this time.
0 commit comments