aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-09-12 16:57:31 +0530
committerGitHub <noreply@github.com>2020-09-12 16:57:31 +0530
commite242b628257e50e864b97b4979292247e7f48035 (patch)
tree868512ede15320064d76246b2a0ee3a2168c5935
parentb29aead7e22f084721dd2a6c48a06dea9fc71390 (diff)
testing a slim build
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 33239ee..a21c205 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:20.04 AS builder
+FROM python:3-slim AS builder
LABEL maintainer="Navan Chauhan <navanchauhan@gmail.com>" \
org.label-schema.name="Curie Module" \