Update Dev Container Base Image (#1546)

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
This commit is contained in:
Bernd Verst 2022-03-02 10:32:06 -08:00 committed by GitHub
parent d263a4a9b6
commit d6b969a825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@
# limitations under the License. # limitations under the License.
# ------------------------------------------------------------ # ------------------------------------------------------------
FROM daprio/dapr-dev:0.1.5 FROM daprio/dapr-dev:0.1.6a
VOLUME [ "/go/src/github.com/dapr/dapr" ] VOLUME [ "/go/src/github.com/dapr/dapr" ]