mirror of
https://github.com/thingsboard/thingsboard-gateway
synced 2025-10-26 22:31:42 +08:00
Changed base Ubuntu to 20.04
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM ubuntu:18.04
|
||||
FROM ubuntu:20.04
|
||||
|
||||
RUN apt-get update && apt-get -y install sudo
|
||||
|
||||
@@ -36,4 +36,4 @@ ENV logs /var/log/thingsboard-gateway
|
||||
|
||||
VOLUME ["${configs}", "${extensions}", "${logs}"]
|
||||
|
||||
ENTRYPOINT start-gateway.sh
|
||||
ENTRYPOINT start-gateway.sh
|
||||
|
||||
Reference in New Issue
Block a user