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

Commit 9d75de2

Browse files
committed
Merge branch 'develop' of gitlab.com-home:verbose-equals-true/django-postgres-vue-gitlab-ecs
2 parents e99df63 + 2d85b6f commit 9d75de2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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

documentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"start": "http-server /app/docs/.vuepress/dist -p 8002"
66
},
77
"dependencies": {
8-
"vuepress": "1.4.1"
8+
"vuepress": "1.5.0"
99
}
1010
}

mychart/requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ dependencies:
44
repository: "@stable"
55

66
- name: "redis"
7-
version: "9.2.2"
7+
version: "10.5.7"
88
repository: "@stable"

0 commit comments

Comments
 (0)