Skip to content

Commit

Permalink
Merge branch 'master' into b_v1.17.x
Browse files Browse the repository at this point in the history
  • Loading branch information
troian committed Apr 17, 2022
2 parents 81f0105 + 0b47bac commit ff47068
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
GO_VERSION=1.17.9
GIT_CHGLOG_VERSION=v0.15.0
GORELEASER_VERSION=1.7.0
GORELEASER_VERSION=1.8.2
OSX_SDK=MacOSX12.0.sdk
OSX_SDK_SUM=ac07f28c09e6a3b09a1c01f1535ee71abe8017beaedd09181c8f08936a510ffd
OSX_VERSION_MIN=10.9
OSX_CROSS_COMMIT=e59a63461da2cbc20cb0a5bbfc954730e50a5472
DEBIAN_FRONTEND=noninteractive
TINI_VERSION=v0.19.0
COSIGN_VERSION=1.6.0
COSIGN_VERSION=1.7.2
COSIGN_SHA256=65de2f3f2844815ed20ab939319e3dad4238a9aaaf4893b22ec5702e9bc33755
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG COSIGN_SHA256
ARG GORELEASER_DOWNLOAD_URL=https://github.com/goreleaser/goreleaser/releases/download/v${GORELEASER_VERSION}

# install cosign
COPY --from=gcr.io/projectsigstore/cosign:v1.6.0@sha256:b667002156c4bf9fedd9273f689b800bb5c341660e710e3bbac981c9795423d9 /ko-app/cosign /usr/local/bin/cosign
COPY --from=gcr.io/projectsigstore/cosign:v1.7.2@sha256:ad2985a87622d5934a4bc06a61faadff772e377937e42519af4f506e1b019d1e /ko-app/cosign /usr/local/bin/cosign
COPY entrypoint.sh /

# Install deps
Expand Down

0 comments on commit ff47068

Please sign in to comment.