File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
# syntax=docker/dockerfile:1
16
16
17
- FROM --platform=linux/amd64 golang:1.22-bullseye@sha256:583d5af8289d30de50aa0dcf4985d8b8746e52622becd6e1a62cfe191d5275a5 AS builder
17
+ FROM --platform=linux/amd64 golang:1.22-bullseye@sha256:37f09f0c199a07c2e72ae2cfd758681fae0681240c71d6fad42d9d090c437c38 AS builder
18
18
19
19
ARG ENABLE_GIT_COMMAND=true
20
20
ARG ARCH=amd64
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- FROM --platform=linux/amd64 golang:1.22-bullseye@sha256:583d5af8289d30de50aa0dcf4985d8b8746e52622becd6e1a62cfe191d5275a5 AS builder
17
+ FROM --platform=linux/amd64 golang:1.22-bullseye@sha256:37f09f0c199a07c2e72ae2cfd758681fae0681240c71d6fad42d9d090c437c38 AS builder
18
18
19
19
ARG ENABLE_GIT_COMMAND=true
20
20
ARG ARCH=amd64
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- FROM golang:1.22-bullseye@sha256:583d5af8289d30de50aa0dcf4985d8b8746e52622becd6e1a62cfe191d5275a5
17
+ FROM golang:1.22-bullseye@sha256:37f09f0c199a07c2e72ae2cfd758681fae0681240c71d6fad42d9d090c437c38
18
18
19
19
WORKDIR /go/src/sigs.k8s.io/cloud-provider-azure
20
20
You can’t perform that action at this time.
0 commit comments