Skip to content

Commit

Permalink
Bump python from 3.12.5-alpine3.19 to 3.12.6-alpine3.19
Browse files Browse the repository at this point in the history
Bumps python from 3.12.5-alpine3.19 to 3.12.6-alpine3.19.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent d7855a8 commit 6660e23
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.12.5-alpine3.19 as BUILD
FROM python:3.12.6-alpine3.19 as BUILD

RUN apk add --update \
&& apk add --no-cache --virtual build-base libressl-dev libffi-dev gcc musl-dev python3-dev \
Expand All @@ -9,7 +9,7 @@ COPY requirements.txt /root/requirements.txt
RUN pip install --upgrade pip && \
pip install -r /root/requirements.txt

FROM python:3.12.5-alpine3.19
FROM python:3.12.6-alpine3.19

RUN apk add --no-cache --update bash

Expand Down

0 comments on commit 6660e23

Please sign in to comment.