Skip to content

Commit

Permalink
feat build: update userver and docker image
Browse files Browse the repository at this point in the history
update userver and docker image
  • Loading branch information
alexiprof authored Mar 27, 2024
2 parents f1ce089 + e242a1c commit 27afb4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- postgres

pg_grpc_service_template-container:
image: ghcr.io/userver-framework/ubuntu-userver-build-base:v1
image: ghcr.io/userver-framework/ubuntu-userver-build-base:v2
privileged: true
environment:
- POSTGRES_DB=pg_grpc_service_template_db-1
Expand All @@ -37,7 +37,7 @@ services:
- CMAKE_COMMON_FLAGS
volumes:
- .:/pg_grpc_service_template:rw
- ./third_party/userver/tools/docker:/tools:ro
- ./third_party/userver/scripts/docker/:/tools:ro
- ${TC_CORES_DIR:-./.cores}:/cores:rw
ports:
- 8080:8080
Expand Down
2 changes: 1 addition & 1 deletion third_party/userver
Submodule userver updated 913 files

0 comments on commit 27afb4a

Please sign in to comment.