Skip to content

Commit

Permalink
chore(deps): bump google/cloud-sdk in /.dev/datastore
Browse files Browse the repository at this point in the history
Bumps google/cloud-sdk from 498.0.0-emulators to 499.0.0-emulators.

---
updated-dependencies:
- dependency-name: google/cloud-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 94d4092 commit 349f42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dev/datastore/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM google/cloud-sdk:498.0.0-emulators
FROM google/cloud-sdk:499.0.0-emulators

# https://cloud.google.com/datastore/docs/tools/datastore-emulator
ENTRYPOINT [ "gcloud", "beta", "emulators", "datastore", "start", "--host-port=0.0.0.0:8086", "--project=local", "--log-http", "--verbosity=debug", "--use-firestore-in-datastore-mode" ]

0 comments on commit 349f42a

Please sign in to comment.