emailservice: Updated base image for dockerfile to python:3-alpine
This commit is contained in:
parent
d3c546a2ac
commit
2373440b91
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.7.0-alpine3.8 as base
|
||||
FROM python:3-alpine as base
|
||||
|
||||
FROM base as builder
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue