From ccc389237eca221a9e50a558ac78231044bab7a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:03:44 +0000 Subject: [PATCH] Bump hectorm/wasm from `b42dd92` to `b947689` in the docker-all group Bumps the docker-all group with 1 update: hectorm/wasm. Updates `hectorm/wasm` from `b42dd92` to `b947689` --- updated-dependencies: - dependency-name: hectorm/wasm dependency-type: direct:production dependency-group: docker-all ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.native | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 54c2b76..ca24875 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ## "build" stage ################################################## -FROM docker.io/hectorm/wasm:v64@sha256:b42dd92671f1a6614771d12c609e0576a5907938c64dd53697201e985ccfa04b AS build +FROM docker.io/hectorm/wasm:v64@sha256:b9476890d0cc124fead5bed2814b6e6fd4ef6227cf69e8eefdedd34ea2efa256 AS build # Environment ENV BUILDDIR=/tmp/build diff --git a/Dockerfile.native b/Dockerfile.native index 0de3c49..4543e1e 100644 --- a/Dockerfile.native +++ b/Dockerfile.native @@ -2,7 +2,7 @@ ## "build" stage ################################################## -FROM docker.io/hectorm/wasm:v64@sha256:b42dd92671f1a6614771d12c609e0576a5907938c64dd53697201e985ccfa04b AS build +FROM docker.io/hectorm/wasm:v64@sha256:b9476890d0cc124fead5bed2814b6e6fd4ef6227cf69e8eefdedd34ea2efa256 AS build # Environment ENV BUILDDIR=/tmp/build