Skip to content

Commit

Permalink
docker: used vaporio/foundation:bionic as base builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed May 7, 2020
1 parent b28b45b commit 8e682b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#
# Builder Image
#
FROM vaporio/golang:1.13 as builder
FROM vaporio/foundation:bionic as builder

RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates

#
# Final Image
Expand Down

0 comments on commit 8e682b8

Please sign in to comment.