Skip to content

Commit 8ed55ba

Browse files
authored
Dockerfile: use correct tag for latest base image
1 parent 5952707 commit 8ed55ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ git clone --recursive https://github.com/EionRobb/purple-mattermost && \
133133
make DESTDIR=/tmp/out install
134134

135135

136-
FROM debian:10.4-slim as production
136+
FROM debian:buster-slim as production
137137

138138
EXPOSE 8080
139139
VOLUME ["/etc/spectrum2/transports", "/var/lib/spectrum2"]

0 commit comments

Comments
 (0)