Skip to content

Commit

Permalink
Merge pull request #1619 from python-gitlab/renovate/python-3.x
Browse files Browse the repository at this point in the history
chore(deps): update python docker tag to v3.10
  • Loading branch information
nejch committed Oct 6, 2021
2 parents 5c17c36 + b3d6d91 commit d97f79d
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.9
image: python:3.10

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

0 comments on commit d97f79d

Please sign in to comment.