[tools] Switch to Dart stable (#33498)

Fixing b/288120247 together with
https://github.com/grpc/grpc-dart/pull/644.
pull/33508/head
Moritz 2 years ago committed by GitHub
parent 7bce35ed41
commit 2c336ac7fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/dockerfile/interoptest/grpc_interop_dart.current_version
  2. 2
      tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile

@ -1 +1 @@
us-docker.pkg.dev/grpc-testing/testing-images-public/grpc_interop_dart:116ea85562d6b32270d1744a14f63667b83c0649@sha256:0f37aef8cf8e0e418a3b8097c985cc7c0525dcbdb3bc08f9267b9e46add36d49 us-docker.pkg.dev/grpc-testing/testing-images-public/grpc_interop_dart:c795310ab447f964b848b656e083196e0ece2dfc@sha256:5e335005b27709f0882c5723affafa55094bd27a0cda7ce91c718deed157f2bb

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM dart:2.18-sdk FROM dart:stable
# Define the default command. # Define the default command.
CMD ["bash"] CMD ["bash"]

Loading…
Cancel
Save