-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Bump pytest from 5.3.4 to 7.2.0 - Bump pytest-bdd from 3.2.1 6.1.1 The old version of pytest/pytest-bdd did not support python3.10 Rel: pytest-dev/pytest#8540
- Loading branch information
Frode Aannevik
committed
Nov 19, 2022
1 parent
eecd752
commit 11cc327
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
FROM python:3.8.1-alpine3.11 | ||
|
||
COPY requirements.txt . | ||
FROM python:3.10.8-alpine3.16 | ||
|
||
RUN apk --no-cache --update add openssl libffi | ||
COPY requirements.txt . | ||
RUN apk --no-cache --update add --virtual build-dependencies build-base libffi-dev openssl-dev \ | ||
&& pty=False python3 -m pip install --disable-pip-version-check -r requirements.txt \ | ||
&& apk del build-dependencies |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters