Skip to content

Commit 0101aed

Browse files
committed
Update SAMBA and Debian
1 parent 787df14 commit 0101aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samba-timemachine/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM debian:trixie-20231009-slim
1+
FROM debian:trixie-20231030-slim
22

33
ENV USER="timemachine" PASS="password" PUID="999" GID="999" LOG_LEVEL="1" QUOTA="1024"
44
ENV BACKUPDIR="/backups"
55
VOLUME /backups
66

7-
ENV SAMBA_VERSION="2:4.19.1+dfsg-4"
7+
ENV SAMBA_VERSION="2:4.19.2+dfsg-1"
88
RUN apt-get update && \
99
apt-get --no-install-recommends --yes install \
1010
samba="${SAMBA_VERSION}" \

0 commit comments

Comments
 (0)