diff options
| author | Renovate Bot <bot@renovateapp.com> | 2021-10-06 06:12:45 +0000 |
|---|---|---|
| committer | Renovate Bot <bot@renovateapp.com> | 2021-10-06 06:12:45 +0000 |
| commit | b3d6d91fed4e5b8424e1af9cadb2af5b6cd8162f (patch) | |
| tree | 4fec9fcebbec6f1296620425a756d516c80d58bb /Dockerfile | |
| parent | 227607ca47c78e3958c6649edb644c7e26d55281 (diff) | |
| download | gitlab-b3d6d91fed4e5b8424e1af9cadb2af5b6cd8162f.tar.gz | |
chore(deps): update python docker tag to v3.10
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ -FROM python:3.9-alpine AS build +FROM python:3.10-alpine AS build WORKDIR /opt/python-gitlab COPY . . RUN python setup.py bdist_wheel -FROM python:3.9-alpine +FROM python:3.10-alpine WORKDIR /opt/python-gitlab COPY --from=build /opt/python-gitlab/dist dist/ |
