Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Bump python from 3.10-alpine to 3.11.3-alpine #281

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-alpine AS builder
FROM python:3.11.3-alpine AS builder

RUN apk add --no-cache build-base gcc g++ musl-dev libffi-dev postgresql14-dev git python3-dev openssl-dev cargo

Expand All @@ -19,7 +19,7 @@ RUN set -ex \
COPY .git /build/.git/
RUN git describe --tags --always > VERSION

FROM python:3.10-alpine
FROM python:3.11.3-alpine

LABEL org.opencontainers.image.source=https://github.com/PyDrocsid/template

Expand Down