Merge pull request #122 from ggogel/renovate/pin-dependencies

Pin ubuntu Docker tag to aabed32
This commit is contained in:
Gerrit Gogel 2023-09-09 13:27:27 +02:00 committed by GitHub
commit 9d6430856f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
FROM ubuntu:jammy@sha256:aabed3296a3d45cede1dc866a24476c4d7e093aa806263c27ddaadbdce3c1054
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \