Skip to content

Commit

Permalink
Merge pull request #179 from gabrielrufino/develop
Browse files Browse the repository at this point in the history
Update default version of ubuntu
  • Loading branch information
gabrielrufino authored Sep 24, 2023
2 parents a2bb642 + 99fc8cc commit 14aaa56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit 14aaa56

Please sign in to comment.