Skip to content
Snippets Groups Projects
Commit a3561da1 authored by nimrod's avatar nimrod
Browse files

Update the base image.

parent 79850ae3
Branches
No related tags found
No related merge requests found
FROM registry.hub.docker.com/library/python:3.9-slim-buster as wheels
FROM docker.io/library/python:3.10-slim-bullseye as wheels
# hadolint ignore=DL3008,DL3015
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
......@@ -11,7 +11,7 @@ WORKDIR /wheels
RUN python3 -m pip wheel https://github.com/python-ldap/python-ldap/releases/download/python-ldap-3.3.1/python-ldap-3.3.1.tar.gz
RUN python3 -m pip wheel git+https://github.com/adarnimrod/flask-simpleldap.git@ldapi-support#egg=flask-simpleldap
FROM registry.hub.docker.com/library/python:3.9-slim-buster
FROM docker.io/library/python:3.10-slim-bullseye
# hadolint ignore=DL3008
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment