We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787df14 commit 0101aedCopy full SHA for 0101aed
samba-timemachine/Dockerfile
@@ -1,10 +1,10 @@
1
-FROM debian:trixie-20231009-slim
+FROM debian:trixie-20231030-slim
2
3
ENV USER="timemachine" PASS="password" PUID="999" GID="999" LOG_LEVEL="1" QUOTA="1024"
4
ENV BACKUPDIR="/backups"
5
VOLUME /backups
6
7
-ENV SAMBA_VERSION="2:4.19.1+dfsg-4"
+ENV SAMBA_VERSION="2:4.19.2+dfsg-1"
8
RUN apt-get update && \
9
apt-get --no-install-recommends --yes install \
10
samba="${SAMBA_VERSION}" \
0 commit comments