From 1fc65e072003a2d1ebc29d741e9cef1860b5ff78 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 6 Oct 2020 23:06:44 +0000 Subject: chore(deps): update python docker tag to v3.9 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 1eb7f8b..9bfdd2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM python:3.8-alpine AS build +FROM python:3.9-alpine AS build WORKDIR /opt/python-gitlab COPY . . RUN python setup.py bdist_wheel -FROM python:3.8-alpine +FROM python:3.9-alpine WORKDIR /opt/python-gitlab COPY --from=build /opt/python-gitlab/dist dist/ -- cgit v1.2.1