Skip to content

Commit

Permalink
Set python_full_version in Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hnryjmes committed Sep 15, 2023
1 parent f18f5c1 commit a6752bf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
tests:
docker:
- image: circleci/python:3.8
- image: cimg/python:3.8.17
- image: circleci/postgres:12
environment:
POSTGRES_USER: postgres
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

linting:
docker:
- image: circleci/python:3.8
- image: cimg/python:3.8.17
steps:
- checkout

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.18-slim
FROM python:3.8.17-slim

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ psycopg2-binary = "~=2.9.3"
setuptools = "~=65.5.1"

[requires]
python_version = "3.8"
python_full_version = "3.8.17"
4 changes: 2 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion circleci.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-slim-bullseye
FROM python:3.8.17-slim-bullseye
ENV DOCKERIZE_VERSION v0.6.1
RUN apt-get update --fix-missing
RUN apt-get install libpq-dev gcc wget -y
Expand Down

0 comments on commit a6752bf

Please sign in to comment.