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.23-bullseye@sha256:80eb3147ef40b58d527d9c2e634b1a79a750aee09de6f973844db38b33f0550b AS builder
17
+ FROM --platform=linux/amd64 golang:1.23-bullseye@sha256:8731dcb40a7b879ccb493fa4fa38e83d9f33ca24ab60bec02e98d5af7e962cac 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.23-bullseye@sha256:80eb3147ef40b58d527d9c2e634b1a79a750aee09de6f973844db38b33f0550b AS builder
17
+ FROM --platform=linux/amd64 golang:1.23-bullseye@sha256:8731dcb40a7b879ccb493fa4fa38e83d9f33ca24ab60bec02e98d5af7e962cac 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.23-bullseye@sha256:80eb3147ef40b58d527d9c2e634b1a79a750aee09de6f973844db38b33f0550b
17
+ FROM golang:1.23-bullseye@sha256:8731dcb40a7b879ccb493fa4fa38e83d9f33ca24ab60bec02e98d5af7e962cac
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