mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
Update ubuntu:jammy Docker digest to 0e5e4a5
This commit is contained in:
parent
10b72d319a
commit
d88afba79f
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:jammy@sha256:58b87898e82351c6cf9cf5b9f3c20257bb9e2dcf33af051e12ce532d7f94e3fe AS build
|
||||
FROM ubuntu:jammy@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 AS build
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y software-properties-common wget && \
|
||||
|
@ -20,7 +20,7 @@ COPY --from=build /tmp/seafile-server-${SEAFILE_VERSION} /tmp/seafile-server-${S
|
|||
|
||||
RUN rm -rf /tmp/seafile-server-${SEAFILE_VERSION}/seahub
|
||||
|
||||
FROM ubuntu:jammy@sha256:58b87898e82351c6cf9cf5b9f3c20257bb9e2dcf33af051e12ce532d7f94e3fe AS pip
|
||||
FROM ubuntu:jammy@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 AS pip
|
||||
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||
|
@ -50,7 +50,7 @@ json5==0.9.25
|
|||
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:58b87898e82351c6cf9cf5b9f3c20257bb9e2dcf33af051e12ce532d7f94e3fe
|
||||
FROM ubuntu:jammy@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97
|
||||
|
||||
ENV SEAFILE_VERSION=11.0.12
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:jammy@sha256:58b87898e82351c6cf9cf5b9f3c20257bb9e2dcf33af051e12ce532d7f94e3fe AS build
|
||||
FROM ubuntu:jammy@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 AS build
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y software-properties-common wget && \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:jammy@sha256:58b87898e82351c6cf9cf5b9f3c20257bb9e2dcf33af051e12ce532d7f94e3fe AS build
|
||||
FROM ubuntu:jammy@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 AS build
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y software-properties-common wget && \
|
||||
|
|
Loading…
Reference in a new issue