Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd97f79d

Browse files
authored
Merge pull request#1619 from python-gitlab/renovate/python-3.x
chore(deps): update python docker tag to v3.10
2 parents5c17c36 +b3d6d91 commitd97f79d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image:python:3.9
1+
image:python:3.10
22

33
stages:
44
-deploy

‎Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM python:3.9-alpine AS build
1+
FROM python:3.10-alpine AS build
22

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

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

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp