Skip to content

Commit

Permalink
chore(deps): update public.ecr.aws/docker/library/debian docker tag t…
Browse files Browse the repository at this point in the history
…o v12.5
  • Loading branch information
tinfoild[bot] authored Apr 8, 2024
1 parent 4ac8352 commit ce72411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/samba-debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/docker/library/debian:12.2-slim
FROM public.ecr.aws/docker/library/debian:12.5-slim
ARG PKGVER
RUN apt update && apt install -y samba=${PKGVER} ctdb=${PKGVER} winbind=${PKGVER} samba-vfs-modules=${PKGVER} catatonit && apt clean && rm -rf /var/lib/apt/lists && rm -rf /var/cache
# TODO: if CephFS kernel mount (PVC) not working as expected, switch to Debian unstable and install libcephfs2 for vfs_ceph, all other Debian versions are wildly out of date
Expand Down

0 comments on commit ce72411

Please sign in to comment.