Upgrade to bullseye-slim image
This commit is contained in:
parent
7b241c142b
commit
9ff54e254f
|
@ -14,5 +14,5 @@ steps:
|
||||||
repo: nold360/borgserver
|
repo: nold360/borgserver
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- bullseye
|
||||||
- buster
|
- 1.1.16
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue