Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 2d85b6f

Browse files
committed
Merge branch 'renovate/docker-python-3.x' into 'develop'
Update python Docker tag to v3.8 See merge request verbose-equals-true/django-postgres-vue-gitlab-ecs!61
2 parents 93bc787 + e66bf23 commit 2d85b6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ include:
1616
# - local: /gitlab-ci/aws/cloudformation.yml
1717
#- local: /gitlab-ci/gcp/terraform.yml
1818

19-
.Pytest:
20-
image: python:3.7
19+
Pytest:
20+
image: python:3.8
2121
stage: test
2222
services:
2323
- postgres:11.5

backend/scripts/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7
1+
FROM python:3.8
22
ENV PYTHONUNBUFFERED 1
33
ENV PYTHONDONTWRITEBYTECODE 1
44
RUN mkdir /code

0 commit comments

Comments
 (0)