Skip to content

Commit 2002098

Browse files
authored
Merge pull request #1204 from python-gitlab/renovate/docker-python-3.x
chore(deps): update python docker tag to v3.9
2 parents c303dab + 1fc65e0 commit 2002098

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: python:3.8
1+
image: python:3.9
22

33
stages:
44
- deploy

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM python:3.8-alpine AS build
1+
FROM python:3.9-alpine AS build
22

33
WORKDIR /opt/python-gitlab
44
COPY . .
55
RUN python setup.py bdist_wheel
66

7-
FROM python:3.8-alpine
7+
FROM python:3.9-alpine
88

99
WORKDIR /opt/python-gitlab
1010
COPY --from=build /opt/python-gitlab/dist dist/

0 commit comments

Comments
 (0)