Skip to content

Commit 74b647c

Browse files
chore: update docker dependencies
1 parent d0a2648 commit 74b647c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
volumes:
1616
- ./data:/reearth/data
1717
reearth-mongo:
18-
image: mongo:5-focal
18+
image: mongo:6-focal
1919
ports:
2020
- 27017:27017
2121
volumes:

web/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.18.0-slim AS builder
1+
FROM node:24.15.0-slim AS builder
22
WORKDIR /app
33

44
ARG NODE_OPTIONS="--max-old-space-size=4096"
@@ -21,7 +21,7 @@ COPY public ./public
2121

2222
RUN yarn build
2323

24-
FROM nginx:1.27-alpine
24+
FROM nginx:1.31-alpine
2525
WORKDIR /usr/share/nginx/html
2626

2727
# Quite the Nginx startup logs.

0 commit comments

Comments
 (0)