Skip to content

Commit

Permalink
Revert to Ubuntu 22.04 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Sep 25, 2023
1 parent a9afe17 commit 63a64b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM geonode/geonode-base:latest-ubuntu-22.10
FROM geonode/geonode-base:latest-ubuntu-22.04
LABEL GeoNode development team

# add bower and grunt command
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.9'
# Common Django template for GeoNode and Celery services below
x-common-django:
&default-common-django
image: geonode/geonode:latest-ubuntu-22.10
image: geonode/geonode:latest-ubuntu-22.04
restart: unless-stopped
env_file:
- .env_test
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.9'
# Common Django template for GeoNode and Celery services below
x-common-django:
&default-common-django
image: geonode/geonode:latest-ubuntu-22.10
image: geonode/geonode:latest-ubuntu-22.04
restart: unless-stopped
env_file:
- .env
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/base/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.10
FROM ubuntu:22.04

RUN mkdir -p /usr/src/geonode

Expand Down

0 comments on commit 63a64b2

Please sign in to comment.