We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6080deb commit da1ea64Copy full SHA for da1ea64
.dev/datastore/Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM google/cloud-sdk:512.0.0-emulators
+FROM google/cloud-sdk:513.0.0-emulators
16
17
# https://cloud.google.com/datastore/docs/tools/datastore-emulator
18
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