Upgrade to bullseye-slim image

This commit is contained in:
nold 2021-08-20 14:30:01 +02:00
parent 7b241c142b
commit 9ff54e254f
2 changed files with 3 additions and 3 deletions

View file

@ -14,5 +14,5 @@ steps:
repo: nold360/borgserver repo: nold360/borgserver
dockerfile: Dockerfile dockerfile: Dockerfile
tags: tags:
- latest - bullseye
- buster - 1.1.16

View file

@ -2,7 +2,7 @@
# Dockerfile to build borgbackup server images # Dockerfile to build borgbackup server images
# Based on Debian # Based on Debian
############################################################ ############################################################
FROM debian:buster-slim FROM debian:bullseye-slim
# Volume for SSH-Keys # Volume for SSH-Keys
VOLUME /sshkeys VOLUME /sshkeys