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

Commit1fc65e0

Browse files
committed
chore(deps): update python docker tag to v3.9
1 parent266030a commit1fc65e0

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.8
1+
image:python:3.9
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.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)

[8]ページ先頭

©2009-2025 Movatter.jp