Skip to content

Commit 420d0e3

Browse files
authored
Update Dockerfile base image to Debian Bookworm
`debian:buster` LTS has reached an end. `apt update` and `apt install` are failing because `apt` repositories are no longer available. This commit updates from `buster` to `bookworm`.
1 parent 3e01a34 commit 420d0e3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dockerfile/dropbox.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
21
# Based on Debian
3-
FROM debian:buster
2+
FROM debian:bookworm
43

54
# Maintainer
65
LABEL maintainer "Alexander Graf <alex@otherguy.io>"

0 commit comments

Comments
 (0)