| commit | 0e8b66431d17d18b5a64d59a660f821d8eeae73c | [log] [tgz] |
|---|---|---|
| author | cubag <gcuba@whitestack.com> | Mon Feb 20 19:28:53 2023 +0000 |
| committer | cubag <gcuba@whitestack.com> | Mon Feb 20 19:28:53 2023 +0000 |
| tree | c3f4f63698079a39e2a5f5424cf54d3a6d406132 | |
| parent | a1c09667d45cd740e4c80448f1f0b72a39a48fdb [diff] |
Updates base image to ubuntu 20
diff --git a/Dockerfile b/Dockerfile index 62702f2..03d0715 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu:18.04 +FROM ubuntu:20.04 # Set the working directory to /app WORKDIR /app/EE