Skip to content

Commit

Permalink
Merge pull request #222 from ggogel/renovate/ubuntu-jammy
Browse files Browse the repository at this point in the history
Update ubuntu:jammy Docker digest to 6d7b5d3
  • Loading branch information
ggogel authored Apr 26, 2024
2 parents e2b411d + cc598d0 commit efc1de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seafile-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95 AS pip
FROM ubuntu:jammy@sha256:6d7b5d3317a71adb5e175640150e44b8b9a9401a7dd394f44840626aff9fa94d AS pip

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
Expand All @@ -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:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
FROM ubuntu:jammy@sha256:6d7b5d3317a71adb5e175640150e44b8b9a9401a7dd394f44840626aff9fa94d

ENV SEAFILE_VERSION=11.0.8

Expand Down

0 comments on commit efc1de8

Please sign in to comment.