Skip to content

Commit

Permalink
Merge pull request #565 from apigee/issue564
Browse files Browse the repository at this point in the history
chore: adds pinned dependencies #564
  • Loading branch information
ssvaidyanathan authored Oct 30, 2024
2 parents 1c16cfb + 48f80c0 commit d2e2996
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/projectsigstore/cosign:latest as cosign
FROM gcr.io/projectsigstore/cosign:latest@sha256:b03690aa52bfe94054187142fba24dc54137650682810633901767d8a3e15b31 as cosign

FROM mcr.microsoft.com/devcontainers/go:1-1.22-bookworm
FROM mcr.microsoft.com/devcontainers/go:1.23-bookworm@@sha256:2e00578e7c526e76ebd51597260928d8542d27c17ffe6390d79200638c51a3e6

COPY --from=cosign /ko-app/cosign /usr/bin

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.23 AS builder
FROM golang:1.23.2@sha256:a7f2fc9834049c1f5df787690026a53738e55fc097cd8a4a93faa3e06c67ee32 AS builder

ARG TAG
ARG COMMIT
Expand All @@ -33,7 +33,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -buildvcs=true -a -
FROM ghcr.io/jqlang/jq:latest AS jq

# use debug because it includes busybox
FROM gcr.io/distroless/static-debian11:debug-nonroot
FROM gcr.io/distroless/static-debian11:debug-nonroot@sha256:55716e80a7d4320ce9bc2dc8636fc193b418638041b817cf3306696bd0f975d1
LABEL org.opencontainers.image.url='https://github.com/apigee/apigeecli' \
org.opencontainers.image.documentation='https://github.com/apigee/apigeecli' \
org.opencontainers.image.source='https://github.com/apigee/apigeecli' \
Expand Down

0 comments on commit d2e2996

Please sign in to comment.