File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM alpine:3.19.1
1
+ FROM alpine:3.20
2
2
3
3
# Metadata params
4
4
ARG BUILD_DATE
@@ -31,7 +31,7 @@ COPY requirements.txt /
31
31
32
32
ENV BASEDIR="/satosa_proxy"
33
33
34
- RUN apk add --update xmlsec libffi-dev openssl-dev python3 py3-pip python3-dev procps git openssl build-base gcc wget bash jq yq
34
+ RUN apk add --update xmlsec libffi-dev openssl-dev python3 py3-pip python3-dev procps git openssl build-base gcc wget bash jq yq-go pcre-dev
35
35
36
36
RUN python3 -m venv .venv && . .venv/bin/activate && pip3 install --upgrade pip setuptools \
37
37
&& pip3 install -r requirements.txt --ignore-installed --root-user-action=ignore && mkdir $BASEDIR
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ jinja2>=3.0,<4
20
20
pymongo # >=4.3,<4.5
21
21
requests # >=2.2,<2.3
22
22
asyncio
23
- aiohttp >= 3.8 ,< 3.9
23
+ aiohttp >= 3.9 ,< 3.10
24
24
sd-jwt
You can’t perform that action at this time.
0 commit comments