Commit 0e8b6643 authored by gcubae's avatar gcubae
Browse files

Updates base image to ubuntu 20

parent a1c09667
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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