Skip to content

Commit

Permalink
Merge pull request #4 from scout-ch/dependabot/docker/python-3.12.6
Browse files Browse the repository at this point in the history
Bump python from 3.12.4 to 3.12.6
  • Loading branch information
diegosteiner authored Sep 21, 2024
2 parents 46d000a + 662b66c commit 4bbaa1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################################################################################################
# BUILD
############################################################################################################
FROM python:3.12.4 AS build
FROM python:3.12.6 AS build

# Install dependencies
COPY ./requirements.txt /requirements.txt
Expand Down

0 comments on commit 4bbaa1a

Please sign in to comment.