Skip to content

Commit

Permalink
chore(deps): pin dependencies (#155)
Browse files Browse the repository at this point in the history
* chore(deps): pin dependencies

* add version

* remove 3.18.2 from gcr

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TimHuynh <[email protected]>
  • Loading branch information
renovate[bot] and timhuynh94 authored Jul 26, 2023
1 parent 21d74d8 commit 27beb3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG KUBECTL_VERSION=v1.24.12
## docker build --no-cache --target binary -t vela-kubernetes:binary . ##
###############################################################################

FROM alpine as binary
FROM alpine:3.18.2@sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1 as binary

ARG KUBECTL_VERSION

Expand All @@ -23,15 +23,15 @@ RUN chmod 0700 /bin/kubectl
## docker build --no-cache --target certs -t vela-kubernetes:certs . ##
#############################################################################

FROM alpine as certs
FROM alpine:3.18.2@sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1 as certs

RUN apk add --update --no-cache ca-certificates

#############################################################################
## docker build --no-cache --target gcloud -t vela-kubernetes:gcloud . ##
#############################################################################

FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:alpine as gcloud
FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:alpine@sha256:792881b760bbd1e188e92c3733b28eded482d94856f8391d3edf51b865e525f2 as gcloud

RUN gcloud components install gke-gcloud-auth-plugin

Expand Down

0 comments on commit 27beb3a

Please sign in to comment.