unpin Go point release and alpine version in Dockerfile (#162)

This commit is contained in:
Joshua Humphries 2020-05-15 11:40:32 -04:00 committed by GitHub
parent 2108c8f0b3
commit 44547153b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.13.10-alpine3.11 as builder FROM golang:1.13-alpine as builder
MAINTAINER FullStory Engineering MAINTAINER FullStory Engineering
# create non-privileged group and user # create non-privileged group and user