File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
custom-error-pages/rootfs
ext-auth-example-authsvc/rootfs
fastcgi-helloserver/rootfs
go-grpc-greeter-server/rootfs
kube-webhook-certgen/rootfs Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.20.4 -alpine3.18 as builder
15
+ FROM golang:1.20.5 -alpine3.18 as builder
16
16
17
17
RUN apk update \
18
18
&& apk upgrade && apk add git
Original file line number Diff line number Diff line change 1
- FROM golang:1.20.4 -alpine3.18 as builder
1
+ FROM golang:1.20.5 -alpine3.18 as builder
2
2
RUN mkdir /authsvc
3
3
WORKDIR /authsvc
4
4
COPY . ./
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.20.4 -alpine3.18 as builder
15
+ FROM golang:1.20.5 -alpine3.18 as builder
16
16
17
17
WORKDIR /go/src/k8s.io/ingress-nginx/images/fastcgi
18
18
Original file line number Diff line number Diff line change 1
- FROM golang:1.20.4 -alpine3.18 as build
1
+ FROM golang:1.20.5 -alpine3.18 as build
2
2
3
3
WORKDIR /go/src/greeter-server
4
4
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.20 AS builder
15
+ FROM golang:1.20.5 AS builder
16
16
17
17
ENV LC_ALL=C.UTF-8
18
18
ENV LANG=C.UTF-8
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM --platform=$BUILDPLATFORM golang:1.20.1 as builder
15
+ FROM --platform=$BUILDPLATFORM golang:1.20.5 as builder
16
16
ARG BUILDPLATFORM
17
17
ARG TARGETARCH
18
18
You can’t perform that action at this time.
0 commit comments