Skip to content

Commit

Permalink
pkg/recipe: update storj-up spanner emulator version
Browse files Browse the repository at this point in the history
Change-Id: I7d8038125fab832f9c8f32c3b0b1ce672d96769a
  • Loading branch information
dlamarmorgan committed Dec 5, 2024
1 parent fae600b commit 8c85d80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/files/docker/spanner.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM img.dev.storj.io/storjup/base:20240509-1 AS binaries

FROM google/cloud-sdk:492.0.0-slim AS final
FROM google/cloud-sdk:502.0.0-slim AS final
RUN apt-get install -y google-cloud-cli-spanner-emulator

ADD pkg/recipe/startspanner.sh /var/lib/storj/startspanner.sh
Expand Down
2 changes: 1 addition & 1 deletion pkg/recipe/spanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: spanner
description: spanner DB.
add:
- name: spanner
image: img.dev.storj.io/storjup/spanner:492.0.0
image: img.dev.storj.io/storjup/spanner:502.0.0
port:
- name: gRPC
description: Spanner gRPC port
Expand Down

0 comments on commit 8c85d80

Please sign in to comment.