mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
Merge pull request #155 from ggogel/renovate/ubuntu-jammy
Update ubuntu:jammy Docker digest to e6173d4
This commit is contained in:
commit
0af3965100
|
@ -9,7 +9,7 @@ RUN cd /tmp && \
|
||||||
tar -zxvf seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz && \
|
tar -zxvf seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz && \
|
||||||
rm -f seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz
|
rm -f seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz
|
||||||
|
|
||||||
FROM ubuntu:jammy@sha256:a2bbdf79d03f6d4171bbd6ebb4782f6229375951987d3427ec3d9373f9841cd7 AS pip
|
FROM ubuntu:jammy@sha256:e6173d4dc55e76b87c4af8db8821b1feae4146dd47341e4d431118c7dd060a74 AS pip
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||||
|
@ -23,7 +23,7 @@ sqlalchemy==2.0.*
|
||||||
RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \
|
RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \
|
||||||
rm -rf /pip-deps/pip /pip-deps/wheel /pip-deps/setuptools
|
rm -rf /pip-deps/pip /pip-deps/wheel /pip-deps/setuptools
|
||||||
|
|
||||||
FROM ubuntu:jammy@sha256:a2bbdf79d03f6d4171bbd6ebb4782f6229375951987d3427ec3d9373f9841cd7
|
FROM ubuntu:jammy@sha256:e6173d4dc55e76b87c4af8db8821b1feae4146dd47341e4d431118c7dd060a74
|
||||||
|
|
||||||
ENV SEAFILE_VERSION=11.0.3
|
ENV SEAFILE_VERSION=11.0.3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue