Skip to content

Commit

Permalink
Merge pull request #134 from okp4/build/bump-docker-image
Browse files Browse the repository at this point in the history
build(deps): bump python from 3.9-slim-buster to 3.9.18-slim-bullseye
  • Loading branch information
ccamel authored Jan 2, 2024
2 parents bef45d7 + b2ed37c commit 76a7bda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -----
FROM python:3.9-slim-buster AS builder
FROM python:3.9.18-slim-bullseye AS builder

ENV \
# python:
Expand All @@ -22,8 +22,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN apt-get update \
&& apt-get install --no-install-recommends -y \
build-essential=12.6 \
curl=7.64.0-4+deb10u7 \
build-essential=12.9 \
curl=7.74.0-1.3+deb11u11 \
&& curl -sSL https://install.python-poetry.org | python3 \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
&& apt-get clean -y \
Expand All @@ -42,7 +42,7 @@ COPY src src
RUN poetry build

# -----
FROM python:3.9.7-slim-buster
FROM python:3.9.18-slim-bullseye

LABEL org.opencontainers.image.source=https://github.com/okp4/template-python

Expand Down

0 comments on commit 76a7bda

Please sign in to comment.