unpin Go point release and alpine version in Dockerfile
This commit is contained in:
parent
2108c8f0b3
commit
c44705597a
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue