Browse Source

Dockerfile: build with golang 1.12.8

Signed-off-by: Stephan Renatus <srenatus@chef.io>
pull/1519/head
Stephan Renatus 7 years ago
parent
commit
27b8426704
No known key found for this signature in database
GPG Key ID: 811376EBA81C2C59
  1. 2
      Dockerfile

2
Dockerfile

@ -1,4 +1,4 @@
FROM golang:1.12.4-alpine
FROM golang:1.12.8-alpine
RUN apk add --no-cache --update alpine-sdk

Loading…
Cancel
Save