This commit is contained in:
parent
45e8883cae
commit
49b78cf10f
4 changed files with 41 additions and 40 deletions
|
@ -2,8 +2,7 @@
|
|||
# Dockerfile to build borgbackup server images
|
||||
# Based on Debian
|
||||
############################################################
|
||||
ARG BASE_IMAGE=debian:bullseye-slim
|
||||
FROM $BASE_IMAGE
|
||||
FROM debian:12.4-slim
|
||||
|
||||
# Volume for SSH-Keys
|
||||
VOLUME /sshkeys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue