Commit f06cd9f 1 parent f02d887 commit f06cd9f Copy full SHA for f06cd9f
File tree 7 files changed +274
-296
lines changed
7 files changed +274
-296
lines changed Original file line number Diff line number Diff line change 1
- FROM coscupweb-base:22.06.13
1
+ FROM coscupweb-base:22.08.05
2
2
3
3
ADD ./client_secret.json ./client_secret.json
4
4
ADD ./privacy.md ./privacy.md
Original file line number Diff line number Diff line change 1
- FROM coscupweb-base:22.06.13
1
+ FROM coscupweb-base:22.08.05
2
2
3
3
#ADD ./client_secret.json ./client_secret.json
4
4
ADD ./cmdtools ./cmdtools
Original file line number Diff line number Diff line change 1
- FROM alpine:3.15.4
1
+ FROM alpine:3.16.1
2
2
3
3
WORKDIR /app
4
4
ADD pyproject.toml poetry.lock ./
12
12
tar xvjf jemalloc-5.3.0.tar.bz2 && cd jemalloc-5.3.0 && ./configure && make && make install && \
13
13
cd ../ && rm -rf ./jemalloc* && \
14
14
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 - && \
15
- find $HOME/.poetry/lib/poetry/_vendor/ -mindepth 1 -maxdepth 1 -not -name py3.9 -type d | xargs rm -rf && \
15
+ find $HOME/.poetry/lib/poetry/_vendor/ -mindepth 1 -maxdepth 1 -not -name py3.10 -type d | xargs rm -rf && \
16
16
poetry install --no-dev
17
17
18
18
Original file line number Diff line number Diff line change 1
- FROM alpine:3.15.4
1
+ FROM alpine:3.16.1
2
2
3
3
WORKDIR /app
4
4
ADD pyproject.toml poetry.lock ./
12
12
tar xvjf jemalloc-5.3.0.tar.bz2 && cd jemalloc-5.3.0 && ./configure && make && make install && \
13
13
cd ../ && rm -rf ./jemalloc* && \
14
14
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 - && \
15
- find $HOME/.poetry/lib/poetry/_vendor/ -mindepth 1 -maxdepth 1 -not -name py3.9 -type d | xargs rm -rf && \
15
+ find $HOME/.poetry/lib/poetry/_vendor/ -mindepth 1 -maxdepth 1 -not -name py3.10 -type d | xargs rm -rf && \
16
16
poetry install
17
17
18
18
Original file line number Diff line number Diff line change 1
- docker build --no-cache=true -t coscupweb-base:22.06.13 -f ./Dockerfile-base ./
1
+ docker build --no-cache=true -t coscupweb-base:22.08.05 -f ./Dockerfile-base ./
You can’t perform that action at this time.
0 commit comments