Skip to content

Commit

Permalink
chore: update vcpkg version used in c++ buildpack
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 658019601
Change-Id: Ib6ff102c75bb67b234d6ae29d9b4fca3fd4bda7c
  • Loading branch information
GCP Buildpacks Team authored and copybara-github committed Jul 31, 2024
1 parent 8b7948b commit ef90ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/cpp/functions_framework/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ const (
buildLayerName = "build"
vcpkgCacheLayerName = "vcpkg-binary-cache"
vcpkgLayerName = "vcpkg"
vcpkgTarballPrefix = "https://github.com/microsoft/vcpkg/archive"
vcpkgVersion = "49931943abe2a22dd9d91be2c4928ead56349b14"
vcpkgTarballPrefix = "https://github.com/microsoft/vcpkg/archive/refs/tags"
vcpkgVersion = "2024.07.12"
vcpkgVersionPrefix = "Vcpkg package management program version "
vcpkgTripletName = "x64-linux-nodebug"
installLayerName = "cpp"
Expand Down

0 comments on commit ef90ff6

Please sign in to comment.