Skip to content

Commit

Permalink
[#11908] Update Datastore emulator JRE version (#11909)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkurniawan07 authored Jul 23, 2022
1 parent 4ec69d7 commit e3e910a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datastore-dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM gcr.io/google.com/cloudsdktool/cloud-sdk:alpine

RUN apk --update add openjdk8-jre
RUN apk --update add openjdk11-jre
RUN gcloud components install beta cloud-datastore-emulator

ENTRYPOINT gcloud beta emulators datastore start --host-port 0.0.0.0:8484 --project placeholder

0 comments on commit e3e910a

Please sign in to comment.