From 99fc8cc3a92d164e617e8b43a7925e65653264fb Mon Sep 17 00:00:00 2001 From: Gabriel Rufino Date: Sat, 23 Sep 2023 15:31:15 -0300 Subject: [PATCH] Update default version of ubuntu --- docker-compose.yml | 2 +- docs/ubuntu.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index cd3d2c0..134e49b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -354,7 +354,7 @@ services: - traefik.http.routers.traefik.tls.certresolver=letsencrypt restart: ${TRAEFIK_RESTART_POLICY-no} ubuntu: - image: ubuntu:${UBUNTU_VERSION-22.10} + image: ubuntu:${UBUNTU_VERSION-23.10} container_name: ${UBUNTU_CONTAINER_NAME-} tty: true volumes: diff --git a/docs/ubuntu.md b/docs/ubuntu.md index 3ec1187..ab8a884 100644 --- a/docs/ubuntu.md +++ b/docs/ubuntu.md @@ -14,6 +14,6 @@ docker compose up -d ubuntu | **Name** | **Default** | | --------------------- | ----------- | -| UBUNTU_VERSION | 22.10 | +| UBUNTU_VERSION | 23.10 | | UBUNTU_CONTAINER_NAME | | | UBUNTU_RESTART_POLICY | no |