File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ COPY ./src /build/src
1212# package
1313RUN mvn clean package -DskipTests
1414
15- FROM eclipse-temurin:21 .0.2_13 -jre
15+ FROM eclipse-temurin:25 .0.1_8 -jre
1616
1717# expose server port
1818EXPOSE 1888
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: 'tiamat'
33services :
44 db :
55 container_name : ' ${COMPOSE_PROJECT_NAME}_postgis13'
6- image : ' postgis/postgis:13 -master'
6+ image : ' postgis/postgis:17 -master'
77 hostname : postgres
88 platform : linux/amd64
99 restart : always
@@ -21,7 +21,7 @@ services:
2121 localstack :
2222 container_name : " ${COMPOSE_PROJECT_NAME}_localstack"
2323 profiles : ["aws"]
24- image : localstack/localstack:4.0
24+ image : localstack/localstack:4.11
2525 ports :
2626 - " 37566:4566" # LocalStack Gateway
2727 - " 37510-37559:4510-4559" # external services port range
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ services:
2626 - " 1888:1888"
2727
2828 db :
29- image : ' postgis/postgis:13 -master'
29+ image : ' postgis/postgis:17 -master'
3030 container_name : db
3131 hostname : postgres
3232 networks :
You can’t perform that action at this time.
0 commit comments