File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -35,3 +35,4 @@ index_build_*/
3535.DS_Store
3636config /crd /bases /vpa-v1-crd.yaml
3737Listeners
38+ .tool-versions
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM golang:1.20.4 -bullseye as builder
2+ FROM golang:1.22.2 -bullseye as builder
33
44WORKDIR /workspace
55# Copy the Go Modules manifests
Original file line number Diff line number Diff line change 1- FROM alpine:3.14
1+ FROM alpine:3.19
22
33RUN apk add tzdata --no-cache
4+ RUN apk upgrade --no-cache
45ADD bin/function-mesh-controller-manager /manager
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM golang:1.20.4 -bullseye as builder
2+ FROM golang:1.22.2 -bullseye as builder
33
44WORKDIR /workspace
55# Copy the Go Modules manifests
You can’t perform that action at this time.
0 commit comments