File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# ###########################
2
2
# STEP 1 build executable binary
3
3
# ###########################
4
- # golang alpine 1.13.5
5
- FROM golang@sha256:0991060a1447cf648bab7f6bb60335d1243930e38420bee8fec3db1267b84cfa as builder
4
+ # golang alpine 1.14.1
5
+ FROM golang@sha256:244a736db4a1d2611d257e7403c729663ce2eb08d4628868f9d9ef2735496659 as builder
6
6
7
7
# Install git + SSL ca certificates.
8
8
# Git is required for fetching the dependencies.
Original file line number Diff line number Diff line change 1
1
# ###########################
2
2
# STEP 1 build executable binary
3
3
# ###########################
4
- # golang alpine 1.13.5
5
- FROM golang@sha256:0991060a1447cf648bab7f6bb60335d1243930e38420bee8fec3db1267b84cfa as builder
4
+ # golang alpine 1.14.1
5
+ FROM golang@sha256:244a736db4a1d2611d257e7403c729663ce2eb08d4628868f9d9ef2735496659 as builder
6
6
7
7
# Install git + SSL ca certificates.
8
8
# Git is required for fetching the dependencies.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-w -s" -a -installsuffix cgo -o
27
27
# ###########################
28
28
# using base nonroot image
29
29
# user:group is nobody:nobody, uid:gid = 65534:65534
30
- FROM gcr.io/distroless/base@sha256:2b177fbc9a31b85254d264e1fc9a65accc6636d6f1033631b9b086ee589d1fe2
30
+ FROM gcr.io/distroless/base@sha256:2b0a8e9a13dcc168b126778d9e947a7081b4d2ee1ee122830d835f176d0e2a70
31
31
32
32
# Copy our static executable
33
33
COPY --from=builder /go/bin/hello /go/bin/hello
You can’t perform that action at this time.
0 commit comments