diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-12 17:09:57 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-12 17:09:57 +0530 |
commit | 9a77261b0b64bba82c9d2b52114d0112a44c1d64 (patch) | |
tree | 9ab25610f695e1630e2fa743a280594eca29f291 /Dockerfile | |
parent | 8e9e2f42c945e8c263b212fc686968ce3dbf1331 (diff) |
cannot use until docker-library/python#450dev
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM python:3-slim-bullseye AS builder +FROM ubuntu:20.04 AS builder LABEL maintainer="Navan Chauhan <navanchauhan@gmail.com>" \ org.label-schema.name="Curie Module" \ |