Skip to content

Commit 3931e44

Browse files
chore(deps): bump google/cloud-sdk in /.dev/datastore
Bumps google/cloud-sdk from 518.0.0-emulators to 519.0.0-emulators. --- updated-dependencies: - dependency-name: google/cloud-sdk dependency-version: 519.0.0-emulators dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b13707e commit 3931e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dev/datastore/Dockerfile

Lines changed: 1 addition & 1 deletion
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:518.0.0-emulators
15+
FROM google/cloud-sdk:519.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)