Skip to content

Commit

Permalink
v1.0.7 - updated python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattboston committed Jul 22, 2024
1 parent 9ea2d33 commit e782d2a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:3-alpine
# FROM python:3-alpine
FROM python:3.12.4-alpine3.20

ENV version=v1.0.6
ENV version=v1.0.7
ENV PYTHONPATH=/app

WORKDIR /app
Expand All @@ -27,5 +28,5 @@ LABEL maintainer "Matt Shields"
LABEL description "A python application to create a About.me clone"
LABEL url "https://github.com/mattboston/about-myself"
LABEL title "About Myself"
LABEL version "v1.0.6"
LABEL version "v1.0.7"
LABEL architecture="amd64"
18 changes: 9 additions & 9 deletions app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
click
Flask
gunicorn
importlib-metadata
itsdangerous
Jinja2
MarkupSafe
Werkzeug
zipp
click==8.1.7
Flask==2.3.3
gunicorn==21.2.0
importlib-metadata==6.8.0
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.3
Werkzeug==2.3.7
zipp==3.16.2

0 comments on commit e782d2a

Please sign in to comment.