Skip to content

Commit 67d489e

Browse files
authored
Merge pull request #1 from Kentaro1043/fix-build-error
🐛 ビルドエラーの修正
2 parents a1423bc + fd8123f commit 67d489e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-alpine AS build
1+
FROM python:3.12-alpine AS build
22

33
ARG S3QL_VERSION=5.2.3
44

@@ -16,7 +16,7 @@ WORKDIR /tmp/$FILE
1616
RUN python3 setup.py build_ext --inplace \
1717
&& python3 setup.py install --user
1818

19-
FROM python:3.13-alpine
19+
FROM python:3.12-alpine
2020
RUN apk --no-cache add fuse3 psmisc
2121
COPY --from=build /root/.local/bin/ /usr/local/bin/
2222
COPY --from=build /root/.local/lib/ /usr/local/lib/

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ defusedxml
55
dugong >= 3.4, < 4.0
66
trio >= 0.15
77
pyfuse3 >= 3.2.0, < 4.0
8+
google-auth-oauthlib

0 commit comments

Comments
 (0)