Skip to content

Commit

Permalink
Merge pull request #350 from pjbgf/update-libgit2-1.3.1
Browse files Browse the repository at this point in the history
Update libgit2 to 1.3.1
  • Loading branch information
Paulo Gomes authored Apr 13, 2022
2 parents 13dc750 + 873f620 commit e728a5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG GO_VERSION=1.17
ARG XX_VERSION=1.1.0

ARG LIBGIT2_IMG=ghcr.io/fluxcd/golang-with-libgit2
ARG LIBGIT2_TAG=libgit2-1.3.0-2
ARG LIBGIT2_TAG=libgit2-1.3.1

FROM ${LIBGIT2_IMG}:${LIBGIT2_TAG} AS libgit2-libs

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CRD_OPTIONS ?= crd:crdVersions=v1

# Base image used to build the Go binary
LIBGIT2_IMG ?= ghcr.io/fluxcd/golang-with-libgit2
LIBGIT2_TAG ?= libgit2-1.3.0-2
LIBGIT2_TAG ?= libgit2-1.3.1

# Allows for defining additional Docker buildx arguments,
# e.g. '--push'.
Expand Down
2 changes: 1 addition & 1 deletion tests/fuzz/oss_fuzz_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

set -euxo pipefail

LIBGIT2_TAG="${LIBGIT2_TAG:-libgit2-1.3.0-2}"
LIBGIT2_TAG="${LIBGIT2_TAG:-libgit2-1.3.1}"
GOPATH="${GOPATH:-/root/go}"
GO_SRC="${GOPATH}/src"
PROJECT_PATH="github.com/fluxcd/image-automation-controller"
Expand Down

0 comments on commit e728a5e

Please sign in to comment.