Skip to content

Commit

Permalink
Merge pull request #22 from bednar/dependabot/docker/python-3.12.7-slim
Browse files Browse the repository at this point in the history
build(deps): bump python from 3.12.6-slim to 3.12.7-slim
  • Loading branch information
github-actions[bot] authored Oct 2, 2024
2 parents 753a056 + 58bcb88 commit cad13e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Builder image
#
FROM python:3.12.6-slim as builder
FROM python:3.12.7-slim as builder

RUN apt-get update && \
apt-get install -y --no-install-recommends gcc python3-dev
Expand All @@ -28,7 +28,7 @@ RUN pip install --upgrade pip && \
#
# Production size image
#
FROM python:3.12.6-slim as production
FROM python:3.12.7-slim as production

# Directories paths as environment variables
ENV APP_HOME=/app
Expand Down

0 comments on commit cad13e2

Please sign in to comment.