Skip to content
Snippets Groups Projects
Commit e46d6346 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

changed docker base image to python 3.11

parent 587e9d9f
Branches
Tags
No related merge requests found
FROM python:3.9-alpine
FROM python:3.11-alpine
RUN apk add --update gcc libc-dev linux-headers curl && rm -rf /var/cache/apk/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment