Skip to content

Commit

Permalink
Merge pull request theasp#2 from Mettbrot/update-docker-buster
Browse files Browse the repository at this point in the history
Update Docker to use debian buster.  Thanks @Mettbrot
  • Loading branch information
theasp authored Feb 18, 2020
2 parents aa68db9 + c7d50bc commit 8d31232
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
@@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster

# Install git, supervisor, VNC, & X11 packages
RUN set -ex; \
Expand Down

0 comments on commit 8d31232

Please sign in to comment.