diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-12 17:07:00 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-12 17:07:00 +0530 |
commit | 8e9e2f42c945e8c263b212fc686968ce3dbf1331 (patch) | |
tree | 7bf3682f696145ce5bb23f11c8fd54addb5a4921 /Dockerfile | |
parent | c3a0bddf840b997be5eef7b5d51b75c2574a2688 (diff) |
testing bullseye
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM python:3-slim AS builder +FROM python:3-slim-bullseye AS builder LABEL maintainer="Navan Chauhan <navanchauhan@gmail.com>" \ org.label-schema.name="Curie Module" \ |