mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-07-01 06:15:45 +00:00
chore(ci): ⬆️ porting python 2.7 code to python 3.9
This commit is contained in:
committed by
Nicolas Duchon
parent
fe79dd4cd3
commit
950a28f5ea
@ -1,4 +1,4 @@
|
||||
FROM python:2.7-alpine
|
||||
FROM python:3.9-alpine
|
||||
|
||||
# Note: we're using alpine because it has openssl 1.0.2, which we need for testing
|
||||
RUN apk add --update bash openssl curl && rm -rf /var/cache/apk/*
|
||||
|
Reference in New Issue
Block a user