File tree 4 files changed +7
-7
lines changed
go_module_distroless_static
4 files changed +7
-7
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.15.1
5
- FROM golang@sha256:bc6f2b94340ed84ec22dab364505b0d1a339ecff99b583a63372ecf966129be2 as builder
4
+ # golang alpine 1.15.2
5
+ FROM golang@sha256:4d8abd16b03209b30b48f69a2e10347aacf7ce65d8f9f685e8c3e20a512234d9 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.15.1
5
- FROM golang@sha256:bc6f2b94340ed84ec22dab364505b0d1a339ecff99b583a63372ecf966129be2 as builder
4
+ # golang alpine 1.15.2
5
+ FROM golang@sha256:4d8abd16b03209b30b48f69a2e10347aacf7ce65d8f9f685e8c3e20a512234d9 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 3
3
# ###########################
4
4
# golang debian buster 1.15 linux/amd64
5
5
# https://github.com/docker-library/golang/blob/master/1.15/buster/Dockerfile
6
- FROM golang@sha256:a2ba7682da819283b7ab703f79e1c2f32135fb330778453d67fb0ab85cf4e515 as builder
6
+ FROM golang@sha256:32e45459a1e22262d9a307074c1a796a86f5c08c85dcde5bfbbf9e7c411eb990 as builder
7
7
8
8
# Ensure ca-certficates are up to date
9
9
RUN update-ca-certificates
Original file line number Diff line number Diff line change 1
1
# ###########################
2
2
# STEP 1 build executable binary
3
3
# ###########################
4
- # golang debian buster 1.15.1 linux/amd64
4
+ # golang debian buster 1.15 linux/amd64
5
5
# https://github.com/docker-library/golang/blob/master/1.15/buster/Dockerfile
6
- FROM golang@sha256:a2ba7682da819283b7ab703f79e1c2f32135fb330778453d67fb0ab85cf4e515 as builder
6
+ FROM golang@sha256:32e45459a1e22262d9a307074c1a796a86f5c08c85dcde5bfbbf9e7c411eb990 as builder
7
7
8
8
# Ensure ca-certficates are up to date
9
9
RUN update-ca-certificates
You can’t perform that action at this time.
0 commit comments