1
0
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:
Mike
2020-05-06 16:23:21 +03:00
committed by GitHub
parent 07ab4ec3f3
commit d2f326a685

View File

@@ -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