Skip to content

Commit

Permalink
chore: update docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 24, 2024
1 parent a36a00e commit 1e6778c
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 @@ -15,7 +15,7 @@ services:
volumes:
- ./data:/reearth/data
reearth-mongo:
image: mongo:5-focal
image: mongo:6-focal
ports:
- 27017:27017
volumes:
Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS build
FROM golang:1.22-alpine AS build
ARG TAG=release
ARG VERSION

Expand Down

0 comments on commit 1e6778c

Please sign in to comment.