Skip to content

Commit

Permalink
Dockerfile: use correct tag for latest base image
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyster authored Aug 5, 2020
1 parent 5952707 commit 8ed55ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ git clone --recursive https://github.com/EionRobb/purple-mattermost && \
make DESTDIR=/tmp/out install


FROM debian:10.4-slim as production
FROM debian:buster-slim as production

EXPOSE 8080
VOLUME ["/etc/spectrum2/transports", "/var/lib/spectrum2"]
Expand Down

0 comments on commit 8ed55ba

Please sign in to comment.