Skip to content

Commit

Permalink
Updated Python to 3.12.5 and associated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
William Hahn committed Aug 7, 2024
1 parent 3bd5e11 commit dfe12b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ checks:
duplicate_code: true
build:
environment:
python: 3.12.4
python: 3.12.5
nodes:
analysis:
project_setup:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM python:3.12.4-alpine
FROM python:3.12.5-alpine

ARG DOCKER_TAG
ENV APP_VERSION=$DOCKER_TAG
Expand Down
2 changes: 1 addition & 1 deletion app/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.3
1.10.4

0 comments on commit dfe12b2

Please sign in to comment.