Merge pull request #193 from ggogel/renovate/ubuntu-jammy

Update ubuntu:jammy Docker digest to 77906da
This commit is contained in:
Gerrit Gogel 2024-03-08 14:04:31 +01:00 committed by GitHub
commit a8bc3f0596
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ RUN cd /tmp && \
tar -zxvf seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz && \
rm -f seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz
FROM ubuntu:jammy@sha256:f9d633ff6640178c2d0525017174a688e2c1aef28f0a0130b26bd5554491f0da AS pip
FROM ubuntu:jammy@sha256:77906da86b60585ce12215807090eb327e7386c8fafb5402369e421f44eff17e AS pip
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
@ -33,7 +33,7 @@ python-ldap==3.4.4
RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \
rm -rf /pip-deps/pip /pip-deps/wheel /pip-deps/setuptools
FROM ubuntu:jammy@sha256:f9d633ff6640178c2d0525017174a688e2c1aef28f0a0130b26bd5554491f0da
FROM ubuntu:jammy@sha256:77906da86b60585ce12215807090eb327e7386c8fafb5402369e421f44eff17e
ENV SEAFILE_VERSION=11.0.5