Skip to content

Commit da1ea64

Browse files
chore(deps): bump google/cloud-sdk in /.dev/datastore (#1261)
Bumps google/cloud-sdk from 512.0.0-emulators to 513.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6080deb commit da1ea64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dev/datastore/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM google/cloud-sdk:512.0.0-emulators
15+
FROM google/cloud-sdk:513.0.0-emulators
1616

1717
# https://cloud.google.com/datastore/docs/tools/datastore-emulator
1818
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 commit comments

Comments
 (0)