Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Bump python from 3.9.6-alpine to 3.10.6-alpine #104

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.9.6-alpine AS builder
FROM python:3.10.6-alpine AS builder

RUN apk add --no-cache \
build-base~=0.5 \
Expand All @@ -18,7 +18,7 @@ ARG PIPENV_VENV_IN_PROJECT=true
RUN pipenv install --deploy --ignore-pipfile


FROM python:3.9.6-alpine
FROM python:3.10.6-alpine

LABEL org.opencontainers.image.source="https://github.com/Defelo/traefik-keycloak"

Expand Down