Skip to content

Commit

Permalink
Merge pull request #30 from bednar/dependabot/docker/python-3.13.1-slim
Browse files Browse the repository at this point in the history
build(deps): bump python from 3.13.0-slim to 3.13.1-slim
  • Loading branch information
github-actions[bot] authored Dec 5, 2024
2 parents 79100df + 483da7c commit 2859280
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.13.0-slim as builder
FROM python:3.13.1-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.13.0-slim as production
FROM python:3.13.1-slim as production

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

0 comments on commit 2859280

Please sign in to comment.