We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa78b8 commit c72115dCopy full SHA for c72115d
cluster/addons/fluentd-elasticsearch/es-image/Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM golang:1.11.5 AS builder
+FROM golang:1.12.0 AS builder
16
COPY elasticsearch_logging_discovery.go go.mod go.sum /
17
RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -ldflags "-w" -o /elasticsearch_logging_discovery /elasticsearch_logging_discovery.go
18
0 commit comments