1 Commits

Author SHA1 Message Date
e2353dc442 chore(deps): update questdb/questdb docker tag to v8.1.4 2024-10-23 15:02:34 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ COPY . .
RUN mvn package -q -Dmaven.test.skip -DskipTests -T2C RUN mvn package -q -Dmaven.test.skip -DskipTests -T2C
# Stage 2: Create the final lightweight image # Stage 2: Create the final lightweight image
FROM eclipse-temurin:17.0.13_11-jre-focal FROM eclipse-temurin:17.0.12_7-jre-focal
# Set the working directory # Set the working directory
WORKDIR /home/container WORKDIR /home/container

View File

@ -9,7 +9,7 @@ services:
volumes: volumes:
- ./mongodb:/data/db - ./mongodb:/data/db
questdb: questdb:
image: questdb/questdb:8.1.0 image: questdb/questdb:8.1.4
ports: ports:
- "8812:8812" - "8812:8812"
- "9000:9000" - "9000:9000"