Skip to content

Commit

Permalink
Bump python from 3.11-slim to 3.11.10-slim in /containers
Browse files Browse the repository at this point in the history
Bumps python from 3.11-slim to 3.11.10-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 379ec27 commit 25d6c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM python:3.11-slim as builder
FROM python:3.11.10-slim as builder
WORKDIR /app
COPY . /app/
RUN apt-get update && apt-get install -y curl=* \
&& sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d \
&& pip install --no-cache-dir poetry==1.8.1 \
&& ./bin/task build

FROM python:3.11-slim
FROM python:3.11.10-slim
LABEL org.opencontainers.image.source="https://github.com/mbovo/pdh"
LABEL org.opencontainers.image.authors="Manuel Bovo"
LABEL org.opencontainers.image.maintainers="Manuel Bovo"
Expand Down

0 comments on commit 25d6c5e

Please sign in to comment.