mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #2434 from arkodg/bump-golang-1.12.8
Bumps the GO Version to 1.12.8 which contains security fixes
This commit is contained in:
commit
65ade31ba1
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
ARG GO_VERSION=1.12.6
|
||||
ARG GO_VERSION=1.12.8
|
||||
|
||||
FROM golang:${GO_VERSION} as dev
|
||||
FROM golang:${GO_VERSION}-stretch as dev
|
||||
RUN apt-get update && apt-get -y install iptables \
|
||||
protobuf-compiler
|
||||
|
||||
|
|
|
@ -681,7 +681,7 @@ func (n *networkNamespace) ApplyOSTweaks(types []SandboxType) {
|
|||
for _, t := range types {
|
||||
switch t {
|
||||
case SandboxTypeLoadBalancer:
|
||||
n.InvokeFunc(func() { kernel.ApplyOSTweaks(loadBalancerConfig) })
|
||||
kernel.ApplyOSTweaks(loadBalancerConfig)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue