Skip to content

Commit cc86ed5

Browse files
authored
Merge pull request #19 from chemidy/go_1.15.2
update go 1.15.2
2 parents 74571a2 + 14cb9bd commit cc86ed5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
############################
22
# STEP 1 build executable binary
33
############################
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
66

77
# Install git + SSL ca certificates.
88
# Git is required for fetching the dependencies.

go_module/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
############################
22
# STEP 1 build executable binary
33
############################
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
66

77
# Install git + SSL ca certificates.
88
# Git is required for fetching the dependencies.

go_module_distroless/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
############################
44
# golang debian buster 1.15 linux/amd64
55
# 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
77

88
# Ensure ca-certficates are up to date
99
RUN update-ca-certificates

go_module_distroless_static/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
############################
22
# STEP 1 build executable binary
33
############################
4-
# golang debian buster 1.15.1 linux/amd64
4+
# golang debian buster 1.15 linux/amd64
55
# 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
77

88
# Ensure ca-certficates are up to date
99
RUN update-ca-certificates

0 commit comments

Comments
 (0)