Skip to content

Commit

Permalink
Merge pull request #1204 from python-gitlab/renovate/docker-python-3.x
Browse files Browse the repository at this point in the history
chore(deps): update python docker tag to v3.9
  • Loading branch information
max-wittig committed Oct 8, 2020
2 parents c303dab + 1fc65e0 commit 2002098
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
@@ -1,4 +1,4 @@
image: python:3.8
image: python:3.9

stages:
- deploy
Expand Down
4 changes: 2 additions & 2 deletions 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/
Expand Down

0 comments on commit 2002098

Please sign in to comment.