diff options
| author | Roger Meier <r.meier@siemens.com> | 2019-12-18 15:36:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-18 15:36:42 +0100 |
| commit | 5fa0e162f561451f7fa487dc4a4ff265c1d37f79 (patch) | |
| tree | 8890d5767a89adfd412a92e2a9e7d211c5048769 /Dockerfile | |
| parent | 5a10eb3af52a8619d446616196dd3c0c3b91c395 (diff) | |
| parent | c817dccde8c104dcb294bbf1590c7e3ae9539466 (diff) | |
| download | gitlab-5fa0e162f561451f7fa487dc4a4ff265c1d37f79.tar.gz | |
Merge pull request #980 from python-gitlab/refactor/cleanup-upgrade
Refactor/cleanup upgrade
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ -FROM python:3.7-alpine AS build +FROM python:3.8-alpine AS build WORKDIR /opt/python-gitlab COPY . . RUN python setup.py bdist_wheel -FROM python:3.7-alpine +FROM python:3.8-alpine WORKDIR /opt/python-gitlab COPY --from=build /opt/python-gitlab/dist dist/ |
