We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1423bc + fd8123f commit 67d489eCopy full SHA for 67d489e
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13-alpine AS build
+FROM python:3.12-alpine AS build
2
3
ARG S3QL_VERSION=5.2.3
4
@@ -16,7 +16,7 @@ WORKDIR /tmp/$FILE
16
RUN python3 setup.py build_ext --inplace \
17
&& python3 setup.py install --user
18
19
-FROM python:3.13-alpine
+FROM python:3.12-alpine
20
RUN apk --no-cache add fuse3 psmisc
21
COPY --from=build /root/.local/bin/ /usr/local/bin/
22
COPY --from=build /root/.local/lib/ /usr/local/lib/
requirements.txt
@@ -5,3 +5,4 @@ defusedxml
5
dugong >= 3.4, < 4.0
6
trio >= 0.15
7
pyfuse3 >= 3.2.0, < 4.0
8
+google-auth-oauthlib
0 commit comments