File tree 3 files changed +3
-3
lines changed 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
3
3
ARG XX_VERSION=1.1.0
4
4
5
5
ARG LIBGIT2_IMG=ghcr.io/fluxcd/golang-with-libgit2-all
6
- ARG LIBGIT2_TAG=v0.1.1
6
+ ARG LIBGIT2_TAG=v0.1.2
7
7
8
8
FROM ${LIBGIT2_IMG}:${LIBGIT2_TAG} AS libgit2-libs
9
9
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ TAG ?= latest
4
4
5
5
# Base image used to build the Go binary
6
6
LIBGIT2_IMG ?= ghcr.io/fluxcd/golang-with-libgit2-all
7
- LIBGIT2_TAG ?= v0.1.1
7
+ LIBGIT2_TAG ?= v0.1.2
8
8
9
9
# Allows for defining additional Go test args, e.g. '-tags integration'.
10
10
GO_TEST_ARGS ?= -race
Original file line number Diff line number Diff line change 16
16
17
17
set -euxo pipefail
18
18
19
- LIBGIT2_TAG=" ${LIBGIT2_TAG:- v0.1.1 } "
19
+ LIBGIT2_TAG=" ${LIBGIT2_TAG:- v0.1.2 } "
20
20
GOPATH=" ${GOPATH:-/ root/ go} "
21
21
GO_SRC=" ${GOPATH} /src"
22
22
PROJECT_PATH=" github.com/fluxcd/source-controller"
You can’t perform that action at this time.
0 commit comments