diff --git a/burrito/Dockerfile b/burrito/Dockerfile index cd66acb9..3b465ac6 100644 --- a/burrito/Dockerfile +++ b/burrito/Dockerfile @@ -1,5 +1,5 @@ ARG BUILDER_IMAGE=golang:1.16-alpine -ARG RUN_IMAGE=alpine:latest +ARG RUN_IMAGE=ubuntu:latest FROM ${BUILDER_IMAGE} as builder