Skip to content

Commit

Permalink
Merge pull request #1078 from Tecnativa/dependabot/docker/python-3.13…
Browse files Browse the repository at this point in the history
….2-alpine

Bump python from 3.13.1-alpine to 3.13.2-alpine
  • Loading branch information
pedrobaeza authored Feb 13, 2025
2 parents ee36ea4 + 9e0c57d commit dbc07c0
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,4 +1,4 @@
FROM python:3.13.1-slim AS builder
FROM python:3.13.2-slim AS builder

WORKDIR /app
ADD pyproject.toml poetry.lock ./
Expand All @@ -9,7 +9,7 @@ RUN poetry self add poetry-plugin-export
# Test comment
RUN poetry export --extras duplicity --output /app/requirements.txt

FROM python:3.13.1-alpine AS base
FROM python:3.13.2-alpine AS base

ENV CRONTAB_15MIN='*/15 * * * *' \
CRONTAB_HOURLY='0 * * * *' \
Expand Down

0 comments on commit dbc07c0

Please sign in to comment.